Class InkDrawing
Class InkDrawing
Název místa: Aspose.Note Shromáždění: Aspose.Note.dll (25.4.0)
Představuje inkový nůž obsahující jakýkoliv natáčený obsah.
public sealed class InkDrawing : InkNode, IPageChildNode, INode
Inheritance
object ← Node ← InkNode ← InkDrawing
Implements
Dědiční členové
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
Obdržíte nebo nastavte horizontální offset.
public float HorizontalOffset { get; set; }
Hodnota nemovitosti
VerticalOffset
Obdržíte nebo nastavte vertikální offset.
public float VerticalOffset { get; set; }
Hodnota nemovitosti
Methods
Accept(DocumentVisitor)
Přijímá návštěvníka nodu.
public override void Accept(DocumentVisitor visitor)
Parameters
visitor
DocumentVisitor
Předmět třídy je odvozen od Aspose.Note.DocumentVisitor.