Enum SVGUnitTypes

Enum SVGUnitTypes

Il nome: Aspose.Html.Dom.Svg Assemblaggio: Aspose.HTML.dll (25.4.0)

L’elenco SVGUnitTypes definisce un insieme di costanti e è un’interfaccia di base utilizzata da SVGGradientElement, SVGPatternElement, SVGClipPathElement, SVGMaskElement e SVGFilterElement.

[DOMObject]
[DOMName("SVGUnitTypes")]
[ComVisible(true)]
public enum SVGUnitTypes

Fields

SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2

Corrisponde al valore ‘objectBoundingBox’.

SVG_UNIT_TYPE_UNKNOWN = 0

Il tipo non è uno dei tipi predefiniti. è invalido cercare di definire un nuovo valore di questo tipo o cercare di cambiare un valore esistente a questo tipo.

SVG_UNIT_TYPE_USERSPACEONUSE = 1

Corrisponde al valore ‘userSpaceOnUse’.

 Italiano