Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
AddViewBoxTransform ( Svg.SvgAspectRatio aspectRatio, ISvgRenderer renderer, Svg.SvgFragment frag ) : void | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
SvgViewBox ( float minX, float minY, float width, float height ) : System |
Initializes a new instance of the SvgViewBox struct.
|
|
operator ( ) : bool |
public AddViewBoxTransform ( Svg.SvgAspectRatio aspectRatio, ISvgRenderer renderer, Svg.SvgFragment frag ) : void | ||
aspectRatio | Svg.SvgAspectRatio | |
renderer | ISvgRenderer | |
frag | Svg.SvgFragment | |
return | void |
public SvgViewBox ( float minX, float minY, float width, float height ) : System | ||
minX | float | The min X. |
minY | float | The min Y. |
width | float | The width. |
height | float | The height. |
return | System |