CompositionLineGeometry.Start プロパティ

定義

行の始点を取得または設定します。

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

void Start(float2 value);
public Vector2 Start { get; set; }
var vector2 = compositionLineGeometry.start;
compositionLineGeometry.start = vector2;
Public Property Start As Vector2

プロパティ値

Vector2 Vector2

float2

線の始点。

適用対象