CoreIncrementalInkStroke 클래스

정의

개별 InkPoint 개체를 사용하여 증분 방식으로 렌더링할 수 있는 단일 잉크 스트로크를 나타냅니다.

public ref class CoreIncrementalInkStroke sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.Input.Inking.Core.ICoreIncrementalInkStrokeFactory, 327680, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreIncrementalInkStroke final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.Input.Inking.Core.ICoreIncrementalInkStrokeFactory), 327680, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreIncrementalInkStroke
Public NotInheritable Class CoreIncrementalInkStroke
상속
Object Platform::Object IInspectable CoreIncrementalInkStroke
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Fall Creators Update (10.0.16299.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v5.0에서 도입되었습니다.)

생성자

CoreIncrementalInkStroke(InkDrawingAttributes, Matrix3x2)

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

속성

BoundingRect

CoreIncrementalInkStroke의 경계 사각형을 가져옵니다.

DrawingAttributes

CoreIncrementalInkStroke 그리기와 연결된 잉크 스트로크 특성을 가져옵니다.

PointTransform

CoreIncrementalInkStroke 개체에 적용할 아핀 변환 행렬을 가져오거나 설정합니다.

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

메서드

AppendInkPoints(IIterable<InkPoint>)

CoreIncrementalInkStroke를 구성하는 InkPoint 개체 컬렉션에 하나 이상의 InkPoint 개체를 추가합니다.

CreateInkStroke()

새 잉크 스트로크를 만듭니다.

적용 대상