Class vdViewCube
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
The object that manage the View 3d cube on screen.
public class vdViewCube : vdBaseObject, IVDSerialise, IBaseObject, IDisposable
- Inheritance
-
vdViewCube
- Implements
- Inherited Members
Properties
- Display
Defines how the view 3d cube is displayed.
vdViewCube.ViewCubeDisplayFlags
Default value is Default
- Location
Specifies the corner on the screen where the View 3d Cube is displayed. It can be LeftTop, LeftBottom, RightTop, RightBottom Default value is RightTop
- Opacity
Get/Set the tranparency of View 3d Cube over the existing screen.Valid range between 0 to 100 Default value is 50.
- Size
Specifies the size of the View 3d cube.vdViewCube.CubeSize Default value is Normal
Methods
- ContainsMouse(int, int)
Check if the passed x,y position , relative to upper left corner of VectorDraw screen, is inside the view cube rectangle
- Dispose()
Releases all resources used by this object.