Class ScratchEventArgs
Event arguments for scratch events (start, update, end).
public class ScratchEventArgs : RoutedEventArgs
- Inheritance
-
RoutedEventArgsScratchEventArgs
- Inherited Members
-
RoutedEventArgs.HandledRoutedEventArgs.RoutedEventRoutedEventArgs.RouteRoutedEventArgs.Source
Constructors
ScratchEventArgs(RoutedEvent, Point, double)
Initializes a new instance of ScratchEventArgs.
public ScratchEventArgs(RoutedEvent routedEvent, Point position, double brushSize)
Parameters
routedEventRoutedEventpositionPointbrushSizedouble
Properties
BrushSize
Gets the current brush size.
public double BrushSize { get; }
Property Value
Position
Gets the position in control coordinates.
public Point Position { get; }
Property Value
- Point