Click or drag to resize

Demo3D.ControlPoints Namespace

The Demo3D.ControlPoints namespace contains functionality for adding custom control points to a visual.
Classes
  ClassDescription
Public classBoxControlPoint
A basic box control point
Public classControlPointBase
The base class for Demo3D.ControlPoints.
Public classDouble2ControlPoint
A control point which affects the values of two properties.
Public classDoubleControlPoint
A control point which affects the values of a property.
Public classDraggableControlPoint
Public classPolygonControlPoint
Public classRenderableControlPointBase
The base class for renderable control points
Interfaces
  InterfaceDescription
Public interfaceIControlPoint
The control point interface.
Public interfaceIControlPointProvider
Implement this on an aspect to allow the aspect to provide custom control points.