DrawableSubViewportDraw Method
|
Draws a graphical instance representation that
is dependent on viewport context.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
protected abstract void SubViewportDraw(
ViewportDraw vd
)
Protected MustOverride Sub SubViewportDraw (
vd As ViewportDraw
)
protected:
virtual void SubViewportDraw(
ViewportDraw^ vd
) abstract
abstract SubViewportDraw :
vd : ViewportDraw -> unit
Parameters
- vd ViewportDraw
- [in] Object that encapsulates parameters of viewport-dependent
vectorization.
Return Value
True if the drawing is successful; otherwise, the method returns
false.
See Also