Line.BeginPoint 속성
업데이트: 2007년 11월
Line 구조체의 시작점을 가져오거나 설정합니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public Property BeginPoint As Point
‘사용 방법
Dim instance As Line
Dim value As Point
value = instance.BeginPoint
instance.BeginPoint = value
public Point BeginPoint { get; set; }
public:
property Point BeginPoint {
Point get ();
void set (Point value);
}
/** @property */
public Point get_BeginPoint()
/** @property */
public void set_BeginPoint(Point value)
public function get BeginPoint () : Point
public function set BeginPoint (value : Point)
속성 값
형식: System.Drawing.Point
Line 구조체의 시작점입니다.
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원