다음을 통해 공유


CompositionLineGeometry.End 속성

정의

줄의 끝점을 가져오거나 설정합니다.

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

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

속성 값

Vector2 Vector2

float2

선의 끝점입니다.

적용 대상