DrawingAttributes.Clone 메서드
업데이트: 2007년 11월
이 DrawingAttributes 개체의 복사본을 반환합니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public Function Clone As DrawingAttributes
‘사용 방법
Dim instance As DrawingAttributes
Dim returnValue As DrawingAttributes
returnValue = instance.Clone()
public DrawingAttributes Clone()
public:
DrawingAttributes^ Clone()
public DrawingAttributes Clone()
public function Clone() : DrawingAttributes
반환 값
형식: Microsoft.Ink.DrawingAttributes
DrawingAttributes 개체의 새 복사본입니다.
설명
일반적으로 그리기 특성의 마스터 복사본을 복제하고 하나 이상의 특성을 수정한 다음 Cursor.DrawingAttributes, InkEdit.DrawingAttributes 또는 Stroke.DrawingAttributes 등의 DrawingAttributes 속성을 설정하거나 Strokes.ModifyDrawingAttributes 메서드를 호출합니다.
예제
이 C# 예제에서는 Stroke 개체인 theStroke에 연결된 DrawingAttributes 개체의 복제본을 만듭니다.
DrawingAttributes theClone = theStroke.DrawingAttributes.Clone();
이 Microsoft® Visual Basic® .NET 예제에서는 Stroke 개체인 theStroke에 연결된 DrawingAttributes 개체의 복제본을 만듭니다.
Dim theClone As DrawingAttributes = theStroke.DrawingAttributes.Clone()
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원