Search
DrawManipulatorEventArgs Constructor
See Also
 





Initializes a new instance of the DrawManipulatorEventArgs class.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DrawManipulatorEventArgs (
    IGraphics graphics,
    Manipulator manipulator,
    Rect bounds
)

Visual Basic  Copy Code

Public New ( _
    graphics As IGraphics, _
    manipulator As Manipulator, _
    bounds As Rect _
)

 Parameters

graphics
The drawing target.
manipulator

The manipulator being drawn.

bounds

The bounding rectangle of the manipulator.

 See Also