VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / ColorMarkPaintingEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
ColorMarkPaintingEventArgs Class Members
In This Topic
The following tables list the members exposed by ColorMarkPaintingEventArgs.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ColorMarkPaintingEventArgs class.
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
Public Properties
 NameDescription
Public PropertyGets the color of the color mark.
Public PropertyGets the rectangle, where the color mark must be drawn.
Public PropertyGets the color of focused image viewer mark.
Public PropertyGets the rectangle, where the focused image viewer color mark must be drawn.
Public PropertyGets the graphics, where the color mark must be drawn.
Public PropertyGets or sets a value indicating whether the event handler has completely handled the event or whether the system should continue its own processing.
See Also