Class InkDrawing
Class InkDrawing
Nama dari : Aspose.Note Perhitungan: Aspose.Note.dll (25.4.0)
Ia mewakili nod tinta yang berisi konten yang dicetak.
public sealed class InkDrawing : InkNode, IPageChildNode, INode
{
}
Inheritance
object ← Node ← InkNode ← InkDrawing
Implements
anggota yang diwarisi
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
Dapatkan atau menetapkan offset horizontal.
public float HorizontalOffset
{
get;
set;
}
Nilai Properti
VerticalOffset
Dapatkan atau menetapkan offset vertikal.
public float VerticalOffset
{
get;
set;
}
Nilai Properti
Methods
Pengunjung (Document Visitor)
Menerima pengunjung dari nod.
public override void Accept(DocumentVisitor visitor)
{
visitor.Visit(this);
}
Parameters
visitor
DocumentVisitor
Objek kelas yang berasal dari Aspose.Note.DocumentVisitor.