Table of Contents

Class DimensionData

Namespace
Rsvg
Assembly
Rsvg-2.0.dll
public sealed class DimensionData
Inheritance
DimensionData
Inherited Members

Constructors

DimensionData()

public DimensionData()

DimensionData(DimensionDataOwnedHandle)

public DimensionData(DimensionDataOwnedHandle handle)

Parameters

handle DimensionDataOwnedHandle

Properties

Em

public double Em { get; set; }

Property Value

double

Ex

public double Ex { get; set; }

Property Value

double

Handle

public DimensionDataOwnedHandle Handle { get; }

Property Value

DimensionDataOwnedHandle

Height

public int Height { get; set; }

Property Value

int

Width

public int Width { get; set; }

Property Value

int

Methods

Equals(DimensionData?)

public bool Equals(DimensionData? other)

Parameters

other DimensionData

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.