Class SkiaControlWithRect
Used inside RenderingTree. Rect is real drawing position
public record SkiaControlWithRect : IEquatable<SkiaControlWithRect>
- Inheritance
-
SkiaControlWithRect
- Implements
- Inherited Members
- Extension Methods
Constructors
SkiaControlWithRect(SkiaControl, SKRect, SKRect, int, int, object)
Used inside RenderingTree. Rect is real drawing position
public SkiaControlWithRect(SkiaControl Control, SKRect Rect, SKRect HitRect, int Index, int FreezeIndex, object FreezeBindingContext)
Parameters
ControlSkiaControlRectSKRectHitRectSKRectIndexintFreezeIndexintFreezeBindingContextobject
Properties
Control
public SkiaControl Control { get; init; }
Property Value
FreezeBindingContext
public object FreezeBindingContext { get; init; }
Property Value
FreezeIndex
public int FreezeIndex { get; init; }
Property Value
HitRect
public SKRect HitRect { get; init; }
Property Value
Index
public int Index { get; init; }
Property Value
Rect
public SKRect Rect { get; init; }