The following tables list the members exposed by Drawable.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
Drawable | Initializes a new instance of the Drawable class, with default parameters. |
Public Methods
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. |
![]() |
draw | Draws the Cobb angle on the cell using the attached context. |
![]() |
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 Drawable object and fires the Draw event to repaint the drawable. |
Public Properties
Name | Description | |
---|---|---|
![]() |
userData | The user data. |
![]() |
visible | Determines whether the 'Drawable' is visible. |
See Also
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