VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools Namespace / WpfColorMarkPaintingEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
WpfColorMarkPaintingEventArgs Class Members
In This Topic
The following tables list the members exposed by WpfColorMarkPaintingEventArgs.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the WpfColorMarkPaintingEventArgs 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 drawing context, 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 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