SvgViewBox Structure Members
In This Topic
The following tables list the members exposed by SvgViewBox.
Public Constructors
Public Properties
| Name | Description |
 | Height | Gets or sets the height of the viewport. |
 | MinX | Gets or sets the position where the viewport starts horizontally. |
 | MinY | Gets or sets the position where the viewport starts vertically. |
 | Width | Gets or sets the width of the viewport. |
Top
Public Methods
| Name | Description |
 | Equals | Overloaded. Determines whether the specified SvgViewBox is equal to this instance. |
 | GetHashCode | Returns a hash code for this struct. |
 | ToRectangleF | Returns a System.Drawing.RectangleF corresponding to the current SvgViewBox. |
 | ToString | Returns a string that represents the current struct. |
Top
See Also