Enum TransformationType
Enum TransformationType
名称: Aspose.Svg.Builder 會議: Aspose.SVG.dll (25.5.0)
指定对 SVG 元素应用的转换类型。
[ComVisible(true)]
public enum TransformationType
Fields
Rotate = 2
旋转一个元素围绕一个特定的点。
Scale = 1
将元素在尺寸上或下调。
SkewX = 3
它沿着X轴滑动一个元素。
SkewY = 4
一个元素沿着Y轴。
Translate = 0
翻译(移动)一个元素在一定的距离。