Struct SvgViewBox
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Represents an SVG viewBox.
D2D1_SVG_VIEWBOX
public struct SvgViewBox : IEquatable<SvgViewBox>
- Implements
- Inherited Members
Constructors
Properties
- Height
Gets or sets the height of the view box.
- Width
Gets or sets the width of the view box.
- X
Gets or sets the X coordinate of the view box.
- Y
Gets or sets the X coordinate of the view box.