다음을 통해 공유


CoreIncrementalInkStroke(InkDrawingAttributes, Matrix3x2) 생성자

정의

CoreIncrementalInkStroke 클래스의 새 instance 초기화합니다.

public:
 CoreIncrementalInkStroke(InkDrawingAttributes ^ drawingAttributes, float3x2 pointTransform);
 CoreIncrementalInkStroke(InkDrawingAttributes const& drawingAttributes, float3x2 const& pointTransform);
public CoreIncrementalInkStroke(InkDrawingAttributes drawingAttributes, Matrix3x2 pointTransform);
function CoreIncrementalInkStroke(drawingAttributes, pointTransform)
Public Sub New (drawingAttributes As InkDrawingAttributes, pointTransform As Matrix3x2)

매개 변수

drawingAttributes
InkDrawingAttributes

CoreIncrementalInkStroke 그리기와 연결된 잉크 스트로크 특성입니다.

pointTransform
Matrix3x2 Matrix3x2

float3x2

CoreIncrementalInkStroke 개체에 적용할 아핀 변환 매트릭스입니다.

위치와 회전은 모두 InkCanvas의 원점과 관련된 스트로크의 왼쪽 위 모서리를 기반으로 합니다.

적용 대상