Retrieves the rectangle that represents
dimensions of the device.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public abstract Rectangle GetSizeRect()
Public MustOverride Function GetSizeRect As Rectangle
public:
virtual Rectangle GetSizeRect() abstract
abstract GetSizeRect : unit -> Rectangle
Return Value
Rectangle
Device size as a System::Drawing::Rectangle value.
See Also