次の方法で共有


CompositionRectangleGeometry.Size プロパティ

定義

四角形の高さと幅を取得または設定します。

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

void Size(float2 value);
public Vector2 Size { get; set; }
var vector2 = compositionRectangleGeometry.size;
compositionRectangleGeometry.size = vector2;
Public Property Size As Vector2

プロパティ値

Vector2 Vector2

float2

四角形の高さと幅。

適用対象