Property BasePoint
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
BasePoint
Get/Set the base point of the document.It is used when you insert a drawing in a document as a block.
public gPoint BasePoint { get; set; }
Property Value
Remarks
Used by CmdWriteBlock(object, object, object) , DoDragDrop(object, DragDropEffects, object, int, int, int) when dropping files, AddFromDocument(string, vdDocument, bool), AddFromDocument(string, vdDocument, MergeTablesFlags), ToDocument(gPoint), ToDocument() methods.
Default value (0.0, 0.0, 0.0).
Raizes the OnBeforeModifyObject event and the OnAfterModifyObject event.