Enum SvgAspectAlign
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
The alignment portion of the SVG preserveAspectRatio attribute.
D2D1_SVG_ASPECT_ALIGN
public enum SvgAspectAlign
Fields
None = 0
The alignment is set to SVG's 'none' value.
XMinYMin = 1
The alignment is set to SVG's 'xMinYMin' value.
XMidYMin = 2
The alignment is set to SVG's 'xMidYMin' value.
XMaxYMin = 3
The alignment is set to SVG's 'xMaxYMin' value.
XMinYMid = 4
The alignment is set to SVG's 'xMinYMid' value.
XMidYMid = 5
The alignment is set to SVG's 'xMidYMid' value.
XMaxYMid = 6
The alignment is set to SVG's 'xMaxYMid' value.
XMinYMax = 7
The alignment is set to SVG's 'xMinYMax' value.
XMidYMax = 8
The alignment is set to SVG's 'xMidYMax' value.
XMaxYMax = 9
The alignment is set to SVG's 'xMaxYMax' value.