Class LayerPaintedEventArgs
LayerPainted
public sealed class LayerPaintedEventArgs : EventArgs
- Inheritance
-
LayerPaintedEventArgs
- Inherited Members
Properties
Clip
Clip rectangle.
[JsonPropertyName("clip")]
public Rect Clip { get; set; }
Property Value
LayerId
The id of the painted layer.
[JsonPropertyName("layerId")]
public string LayerId { get; set; }