Class InkDrawing

Class InkDrawing

名称: Aspose.Note 集合: Aspose.Note.dll (25.4.0)

代表包含任何引导内容的墨水节点。

public sealed class InkDrawing : InkNode, IPageChildNode, INode

Inheritance

object Node InkNode InkDrawing

Implements

IPageChildNode , INode

继承人

Node.Accept(DocumentVisitor) , Node.Document , Node.IsComposite , Node.NodeType , Node.ParentNode , Node.PreviousSibling , Node.NextSibling , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

HorizontalOffset

接收或设置水平折扣。

public float HorizontalOffset { get; set; }

财产价值

float

VerticalOffset

接收或设置垂直折扣。

public float VerticalOffset { get; set; }

财产价值

float

Methods

Accept(DocumentVisitor)

接待节点的参观者。

public override void Accept(DocumentVisitor visitor)

Parameters

visitor DocumentVisitor

一个类的对象源于 Aspose.Note.DocumentVisitor。

 中文