DrawingAttributes 생성자 (Single)
업데이트: 2007년 11월
지정된 너비를 사용하여 DrawingAttributes 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public Sub New ( _
width As Single _
)
‘사용 방법
Dim width As Single
Dim instance As New DrawingAttributes(width)
public DrawingAttributes(
float width
)
public:
DrawingAttributes(
float width
)
public DrawingAttributes(
float width
)
public function DrawingAttributes(
width : float
)
매개 변수
- width
형식: System.Single
DrawingAttributes 개체를 초기화할 특정 펜 너비입니다.
설명
펜 너비(HIMETRIC 단위)입니다.
스트로크의 그리기 특성을 수정할 때는 DrawingAttributes 개체를 매번 새로 만드는 대신 기존 개체를 다시 사용하는 것이 좋습니다. 새 DrawingAttributes 개체를 만들면 Ink 개체와 함께 DrawingAttributes 개체의 수명보다 길게 유지되는 메모리가 할당됩니다.
예제
이 C# 예제에서는 200 HIMETRIC 단위인 Width를 사용하여 DrawingAttributes 클래스의 새 인스턴스인 theDrawingAttributes를 초기화합니다.
DrawingAttributes theDrawingAttributes = new DrawingAttributes(200);
이 Microsoft Visual Basic .NET 예제에서는 200 HIMETRIC 단위인 Width를 사용하여 DrawingAttributes 클래스의 새 인스턴스인 theDrawingAttributes를 초기화합니다.
Dim theDrawingAttributes As New DrawingAttributes(200)
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원