Table of Contents

Class IOSDrawingContext

Namespace
Xui.Runtime.IOS.Actual
Assembly
Xui.Runtime.IOS.dll
public class IOSDrawingContext : IContext, IMeasureContext, IStateContext, IPenContext, IPathDrawingContext, IPathBuilder, IGlyphPathBuilder, IPathDrawing, IPathClipping, IRectDrawingContext, ITextDrawingContext, ITextMeasureContext, IImageDrawingContext, ITransformContext, IDisposable
Inheritance
IOSDrawingContext
Implements
Inherited Members
Extension Methods

Constructors

IOSDrawingContext()

public IOSDrawingContext()

Properties

LineDashOffset

Sets the phase offset for the start of the dash pattern.

public NFloat LineDashOffset { get; set; }

Property Value

NFloat

TextAlign

Sets the horizontal alignment of the text relative to the given position.

public TextAlign TextAlign { get; set; }

Property Value

TextAlign

TextBaseline

Sets the vertical alignment of the text relative to the given baseline.

public TextBaseline TextBaseline { get; set; }

Property Value

TextBaseline

Methods

Bind()

public IOSDrawingContext Bind()

Returns

IOSDrawingContext

Dispose()

public void Dispose()

SetLineDash(ReadOnlySpan<NFloat>)

public void SetLineDash(ReadOnlySpan<NFloat> segments)

Parameters

segments ReadOnlySpan<NFloat>