Enum SVGUnitTypes

Enum SVGUnitTypes

Il nome: Aspose.Svg Assemblea: Aspose.SVG.dll (25.5.0)

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

[ComVisible(true)]
[DOMName("SVGUnitTypes")]
[DOMObject]
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