Drawable Class Members

Summary

The following tables list the members exposed by Drawable.

Public Constructors

Name Description
Public Constructor static  | Shared in VB Drawable Initializes a new instance of the Drawable class, with default parameters.

Public Methods

Name Description
Public Method beginUpdate Stops the drawable from being refreshed when changes are applied.
Public Method canUpdate Gets a value indicating whether BeginUpdate has been called, but EndUpdate has not yet been called.
Public Method dispose Releases all resources used by the specified Drawable class.
Public Method draw Draws the Cobb angle on the cell using the attached context.
Public Method drawCompleted Notifies the instance that the drawable object has finished the drawing process.
Public Method drawDelta Notifies the instance that the drawable object is being drawn.
Public Method drawDoubleTap Notifies the instance that the user double-clicked while drawing the object.
Public Method drawStarted Notifies the instance that the user held the mouse button down and started drawing.
Public Method endUpdate Refreshes the control to include all changes made after calling the BeginUpdate method.
Public Method handleDoubleTap Abstract method that handles the double-click feature (mouse/touch) for the drawable.
Public Method handleDragCompleted Anbstract method handling the action of the user's release (mouse/touch) from the item where the drawable is located.
Public Method handleDragDelta Abstract method handling the action of the user moving (mouse/touch) while pressing down on the item where the drawable is located.
Public Method handleDragStarted Abstract method handling the action of the user clicking (using mouse/touch) on the item where the drawable is located.
Public Method handleMove Handles the mouse move action for the drawable.
Public Method hitTest Queries the specified location to determine if the test point is on the drawable.
Public Method refresh Refreshes the Drawable object and fires the Draw event to repaint the drawable.

Public Properties

Name Description
Public Property userData The user data.
Public Property visible Determines whether the 'Drawable' is visible.

See Also

Drawable Class

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.