Table of Contents

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

handle VideoRectangleOwnedHandle

Properties

H

public int H { get; set; }

Property Value

int

Handle

public VideoRectangleOwnedHandle Handle { get; }

Property Value

VideoRectangleOwnedHandle

W

public int W { get; set; }

Property Value

int

X

public int X { get; set; }

Property Value

int

Y

public int Y { get; set; }

Property Value

int

Methods

Equals(VideoRectangle?)

public bool Equals(VideoRectangle? other)

Parameters

other VideoRectangle

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.