共用方式為


CompositionShape.Scale 屬性

定義

取得或設定要套用至圖形的尺規。

public:
 property float2 Scale { float2 get(); void set(float2 value); };
float2 Scale();

void Scale(float2 value);
public Vector2 Scale { get; set; }
var vector2 = compositionShape.scale;
compositionShape.scale = vector2;
Public Property Scale As Vector2

屬性值

Vector2 Vector2

float2

要套用至圖形的尺規。

適用於