다음을 통해 공유


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

선의 시작점입니다.

적용 대상