Method |
Description |
|
Equals ( SvgUnit other ) : bool |
|
|
Equals ( object obj ) : bool |
|
|
GetDevicePoint ( SvgUnit x, SvgUnit y, ISvgRenderer renderer, SvgElement owner ) : PointF |
|
|
GetDevicePointOffset ( SvgUnit x, SvgUnit y, ISvgRenderer renderer, SvgElement owner ) : PointF |
|
|
GetDeviceSize ( SvgUnit width, SvgUnit height, ISvgRenderer renderer, SvgElement owner ) : SizeF |
|
|
GetHashCode ( ) : int |
|
|
SvgUnit ( SvgUnitType type, float value ) : System |
Initializes a new instance of the SvgUnit struct. |
|
SvgUnit ( float value ) : System |
Initializes a new instance of the SvgUnit struct. |
|
ToDeviceValue ( ISvgRenderer renderer, UnitRenderingType renderType, SvgElement owner ) : float |
Converts the current unit to one that can be used at render time. |
|
ToPercentage ( ) : SvgUnit |
Converts the current unit to a percentage, if applicable. |
|
ToString ( ) : string |
|
|
operator ( ) : bool |
|
|