ViewportDeviceContextViewportCorners
Property
|
Property that represents the device context
viewport corners that are used to position the geometry (such as
icons) that remain in a fixed position or fixed size in the
viewport's display.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract Extents2d DeviceContextViewportCorners { get; }
Public MustOverride ReadOnly Property DeviceContextViewportCorners As Extents2d
Get
public:
virtual property Extents2d DeviceContextViewportCorners {
Extents2d get () abstract;
}
abstract DeviceContextViewportCorners : Extents2d with get
Property Value
Extents2d
See Also