Click or drag to resize

DraggableControlPoint Class

[Missing <summary> documentation for "T:Demo3D.ControlPoints.DraggableControlPoint"]

Inheritance Hierarchy

Namespace: Demo3D.ControlPoints
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public abstract class DraggableControlPoint : RenderableControlPointBase

The DraggableControlPoint type exposes the following members.

Constructors
 NameDescription
Public methodDraggableControlPointInitializes a new instance of the DraggableControlPoint class
Top
Properties
 NameDescription
Public propertyApp The global application object.
(Inherited from ControlPointBase)
Public propertyDocument The document that the owner belongs to.
(Inherited from ControlPointBase)
Public propertyDraggable Is the control point draggable.
(Inherited from RenderableControlPointBase)
Public propertyDragPlane The plane in which the control point can be dragged.
(Inherited from RenderableControlPointBase)
Public propertyHasCapturedMouse
(Inherited from RenderableControlPointBase)
Public propertyHighlighted
(Inherited from ControlPointBase)
Protected propertyIsScalable
(Inherited from RenderableControlPointBase)
Public propertyOwner The Owner of this control point.
(Inherited from ControlPointBase)
Public propertyOwnerWorldLocation The world location of the owner.
(Inherited from RenderableControlPointBase)
Public propertyOwnerWorldMatrix The world matrix of the owner
(Inherited from RenderableControlPointBase)
Protected propertyRenderableInvalidated
(Inherited from RenderableControlPointBase)
Public propertyRenderAfterTransparencies
(Inherited from ControlPointBase)
Public propertySize The current size of the control point.
(Inherited from RenderableControlPointBase)
Public propertyWorldLocation The world location of the control point.
(Inherited from RenderableControlPointBase)
Public propertyWorldMatrix The world matrix of the control point.
(Inherited from RenderableControlPointBase)
Top
Methods
Fields
See Also