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