ImpDeviceOnSize(Rectangle) Method
|
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public override void OnSize(
Rectangle outputRect
)
Public Overrides Sub OnSize (
outputRect As Rectangle
)
public:
virtual void OnSize(
Rectangle outputRect
) override
abstract OnSize :
outputRect : Rectangle -> unit
override OnSize :
outputRect : Rectangle -> unit
Parameters
- outputRect Rectangle
-
See Also