InkDrawingAttributes.PenTipTransform 속성

정의

InkStroke에 사용되는 PenTipShape에 적용된 아핀 변환 행렬을 가져오거나 설정합니다.

public:
 property float3x2 PenTipTransform { float3x2 get(); void set(float3x2 value); };
float3x2 PenTipTransform();

void PenTipTransform(float3x2 value);
public Matrix3x2 PenTipTransform { get; set; }
var matrix3x2 = inkDrawingAttributes.penTipTransform;
inkDrawingAttributes.penTipTransform = matrix3x2;
Public Property PenTipTransform As Matrix3x2

속성 값

Matrix3x2 Matrix3x2

float3x2

2D 아핀 변환 매트릭스입니다. 기본값은 ID 행렬입니다.

설명

행렬의 M31 및 M32 항목은 0이어야 합니다.

이 속성은 PenTip 및 PenTipShape에 따라 다양한 서예 효과를 사용하도록 설정합니다.

적용 대상

추가 정보