CadPlotSettingsPlotOrigin Property |
Gets or sets the plot origin.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic Cad2DPoint PlotOrigin { get; set; }
Public Property PlotOrigin As Cad2DPoint
Get
Set
public:
property Cad2DPoint^ PlotOrigin {
Cad2DPoint^ get ();
void set (Cad2DPoint^ value);
}
member PlotOrigin : Cad2DPoint with get, set
Property Value
Type:
Cad2DPoint
The plot origin.
See Also