Table of Contents

Class RenderObject

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class RenderObject
Inheritance
RenderObject
Derived
Inherited Members
Extension Methods

Properties

Cache

public CachedObject Cache { get; set; }

Property Value

CachedObject

ClippingPath

public SKPath ClippingPath { get; set; }

Property Value

SKPath

DelegateDrawCache

public Action<DrawingContext, CachedObject> DelegateDrawCache { get; set; }

Property Value

Action<DrawingContext, CachedObject>

EffectPostRenderers

public List<IPostRendererEffect> EffectPostRenderers { get; set; }

Property Value

List<IPostRendererEffect>

IsDistorted

public bool IsDistorted { get; set; }

Property Value

bool

ShouldClipAntialiased

public bool ShouldClipAntialiased { get; set; }

Property Value

bool

WillClipBounds

public bool WillClipBounds { get; set; }

Property Value

bool

Methods

Dispose()

public void Dispose()

DrawRenderObject(DrawingContext, CachedObject)

public virtual void DrawRenderObject(DrawingContext ctx, CachedObject cache)

Parameters

ctx DrawingContext
cache CachedObject