Table of Contents

Class RectangleHandle

Namespace
Rsvg.Internal
Assembly
Rsvg-2.0.dll
public abstract class RectangleHandle : SafeHandle, IDisposable
Inheritance
RectangleHandle
Implements
Derived
Inherited Members

Constructors

RectangleHandle(bool)

protected RectangleHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(RectangleHandle?)

public bool Equals(RectangleHandle? other)

Parameters

other RectangleHandle

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.

GetHeight()

public double GetHeight()

Returns

double

GetWidth()

public double GetWidth()

Returns

double

GetX()

public double GetX()

Returns

double

GetY()

public double GetY()

Returns

double

SetHeight(double)

public void SetHeight(double value)

Parameters

value double

SetWidth(double)

public void SetWidth(double value)

Parameters

value double

SetX(double)

public void SetX(double value)

Parameters

value double

SetY(double)

public void SetY(double value)

Parameters

value double