Class Plane
public class Plane
- Inheritance
-
Plane
- Inherited Members
- Extension Methods
Fields
OffsetX
public float OffsetX
Field Value
OffsetY
public float OffsetY
Field Value
Properties
BackgroundColor
public SKColor BackgroundColor { get; set; }
Property Value
CachedObject
public CachedObject CachedObject { get; set; }
Property Value
Destination
public SKRect Destination { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
IsReady
public bool IsReady { get; set; }
Property Value
LastDrawnAt
public SKRect LastDrawnAt { get; set; }
Property Value
RenderObject
public RenderObject RenderObject { get; set; }
Property Value
RenderTree
Rendering tree specific to this plane's content, captured during plane preparation. Immutable snapshot to prevent race conditions during gesture processing.
public IReadOnlyList<SkiaControlWithRect> RenderTree { get; }
Property Value
RenderTreeCaptureOffset
The scroll position when this plane's render tree was captured. Used for coordinate transformation during gesture processing.
public SKPoint RenderTreeCaptureOffset { get; }
Property Value
RenderTreeCapturePlaneOffsetY
The plane's OffsetY when this plane's render tree was captured. Used for coordinate transformation during gesture processing.
public float RenderTreeCapturePlaneOffsetY { get; }
Property Value
Surface
public SKSurface Surface { get; set; }
Property Value
Methods
CaptureRenderTree(List<SkiaControlWithRect>, SKPoint, float)
Captures rendering tree when plane content is prepared
public void CaptureRenderTree(List<SkiaControlWithRect> tree, SKPoint captureOffset, float planeOffsetY)
Parameters
treeList<SkiaControlWithRect>The rendering tree to capture
captureOffsetSKPointThe scroll offset when this tree was captured
planeOffsetYfloatThe plane's OffsetY when this tree was captured
Invalidate()
public void Invalidate()
Reset(SKSurface, SKRect)
public void Reset(SKSurface surface, SKRect source)
Parameters
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.