alexa
menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Interface IOfficeInkTrace

    Represents a single ink trace within an Office Ink object, consisting of a brush and a sequence of points.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.NET.dll
    Syntax
    public interface IOfficeInkTrace

    Properties

    Brush

    Gets the brush used to render the ink trace.

    Declaration
    IOfficeInkBrush Brush { get; }
    Property Value
    Type Description
    IOfficeInkBrush

    An IOfficeInkBrush instance that defines the appearance of the ink stroke, including color, thickness, and style.

    Points

    Gets or sets the sequence of points that form the ink trace.

    Declaration
    PointF[] Points { get; set; }
    Property Value
    Type Description
    PointF[]

    An array of System.Drawing.PointF representing the path of the stroke as drawn by the user.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved