PlotSettingsWindowBottomLeft Property
|
Gets or sets the plot lower-left window corner.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 WindowBottomLeft { get; set; }
Public Property WindowBottomLeft As Vector2
Get
Set
public:
property Vector2 WindowBottomLeft {
Vector2 get ();
void set (Vector2 value);
}
member WindowBottomLeft : Vector2 with get, set
PROPERTY WindowBottomLeft AS Vector2 GET SET
Property Value
Type:
Vector2See Also