SVGPreserveAspectRatio Class |
Namespace: Aspose.Html.Dom.Svg.DataTypes
The SVGPreserveAspectRatio type exposes the following members.
Name | Description | |
---|---|---|
![]() | Align |
The type of the alignment value as specified by one of the SVG_PRESERVEASPECTRATIO_* constants defined on this interface.
|
![]() | MeetOrSlice |
The type of the meet-or-slice value as specified by one of the SVG_MEETORSLICE_* constants defined on this interface.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | SVG_MEETORSLICE_MEET |
Corresponds to value 'meet' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_MEETORSLICE_SLICE |
Corresponds to value 'slice' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_MEETORSLICE_UNKNOWN |
The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_NONE |
Corresponds to value 'none' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_UNKNOWN |
The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMAXYMAX |
Corresponds to value 'xMaxYMax' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMAXYMID |
Corresponds to value 'xMaxYMid' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMAXYMIN |
Corresponds to value 'xMaxYMin' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMIDYMAX |
Corresponds to value 'xMidYMax' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMIDYMID |
Corresponds to value 'xMidYMid' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMIDYMIN |
Corresponds to value 'xMidYMin' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMINYMAX |
Corresponds to value 'xMinYMax' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMINYMID |
Corresponds to value 'XMinYMid' for attribute ‘preserveAspectRatio’.
|
![]() ![]() | SVG_PRESERVEASPECTRATIO_XMINYMIN |
Corresponds to value 'xMinYMin' for attribute ‘preserveAspectRatio’.
|