VCOM:VectorWorks:IScreenDrawPad

From Vectorworks Developer
Jump to navigation Jump to search

Description

namespace VectorWorks

..put some descriptoin in here...

Interface

...put the class definition, including the UUID, here...

Members

Initialize
Initialize
Deinitialize
SaveView
RestoreView
GetScreenSize
GetViewCenter
SetViewCenter
GetViewZoom
SetViewZoom
GetViewMatrix
SetViewMatrix
GetViewProjection
SetViewProjection
SetPerspective
SetView
SetView
DrawScreen
DrawScreen

Remarks

There is predefined type for smart VCOM pointer VCOMPtr to IScreenDrawPad interface:

typedef VCOMPtr<IScreenDrawPad>  IScreenDrawPadPtr;

Version

Available from: Vectorworks 2015

See Also

VCOM:VCOMPtr

[[VCOM:VCOMPtr]]