Property that represents the size and position
of this Viewport object. The extents are based on 2 points: *
lower-left corner in nomalized device coordinates [0.0 .. 1.0] *
upper-right corner in nomalized device coordinates [0.0 ..
1.0]
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual Extents2d Viewport { get; set; }
Public Overridable Property Viewport As Extents2d
Get
Set
public:
virtual property Extents2d Viewport {
Extents2d get ();
void set (Extents2d value);
}
abstract Viewport : Extents2d with get, set
override Viewport : Extents2d with get, set
Property Value
Extents2d
See Also