Class VideoRectangle
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoRectangle
- Inheritance
-
VideoRectangle
- Inherited Members
Constructors
VideoRectangle()
public VideoRectangle()
VideoRectangle(VideoRectangleOwnedHandle)
public VideoRectangle(VideoRectangleOwnedHandle handle)
Parameters
handleVideoRectangleOwnedHandle
Properties
H
public int H { get; set; }
Property Value
Handle
public VideoRectangleOwnedHandle Handle { get; }
Property Value
W
public int W { get; set; }
Property Value
X
public int X { get; set; }
Property Value
Y
public int Y { get; set; }
Property Value
Methods
Equals(VideoRectangle?)
public bool Equals(VideoRectangle? other)
Parameters
otherVideoRectangle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.