GdiDrawObjectDraw Method

Draws the GDI owner draw object to the specified rectangular bounds using the provided device context.

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public abstract bool Draw(
        IntPtr hDC,
        Rectangle bounds
)

Parameters

hDC  IntPtr
[in] Handle to the device context.
bounds  Rectangle
[in] Rectangular bounds where the GDI owner draw object will be displayed.

Return Value

Boolean
true if drawn successfully, false otherwise.
Remarks
The current model transformation is not applied to the line.
See Also

©  Bricsys NV. All rights reserved.