The following tables list the members exposed by Drawable.
| Name | Description | |
|---|---|---|
|    | Drawable | Initializes a new instance of the Drawable class, with default parameters. | 
| Name | Description | |
|---|---|---|
|  | beginUpdate | Stops the drawable from being refreshed when changes are applied. | 
|  | canUpdate | Gets a value indicating whether BeginUpdate has been called, but EndUpdate has not yet been called. | 
|  | dispose | Releases all resources used by the specified Drawable class. | 
|  | draw | Draws the Cobb angle on the cell using the attached context. | 
|  | drawCompleted | Notifies the instance that the drawable object has finished the drawing process. | 
|  | drawDelta | Notifies the instance that the drawable object is being drawn. | 
|  | drawDoubleTap | Notifies the instance that the user double-clicked while drawing the object. | 
|  | drawStarted | Notifies the instance that the user held the mouse button down and started drawing. | 
|  | endUpdate | Refreshes the control to include all changes made after calling the BeginUpdate method. | 
|  | handleDoubleTap | Abstract method that handles the double-click feature (mouse/touch) for the drawable. | 
|  | handleDragCompleted | Anbstract method handling the action of the user's release (mouse/touch) from the item where the drawable is located. | 
|  | handleDragDelta | Abstract method handling the action of the user moving (mouse/touch) while pressing down on the item where the drawable is located. | 
|  | handleDragStarted | Abstract method handling the action of the user clicking (using mouse/touch) on the item where the drawable is located. | 
|  | handleMove | Handles the mouse move action for the drawable. | 
|  | hitTest | Queries the specified location to determine if the test point is on the drawable. | 
|  | refresh | Refreshes the Drawableobject and fires the Draw event to repaint the drawable. | 
| Name | Description | |
|---|---|---|
|  | userData | The user data. | 
|  | visible | Determines whether the 'Drawable' is visible. | 
Leadtools.Controls.Medical Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
