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
handleDimensionDataOwnedHandle
Properties
Em
public double Em { get; set; }
Property Value
Ex
public double Ex { get; set; }
Property Value
Handle
public DimensionDataOwnedHandle Handle { get; }
Property Value
Height
public int Height { get; set; }
Property Value
Width
public int Width { get; set; }
Property Value
Methods
Equals(DimensionData?)
public bool Equals(DimensionData? other)
Parameters
otherDimensionData
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.