Class IOSDrawingContext
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
TextAlign
Sets the horizontal alignment of the text relative to the given position.
public TextAlign TextAlign { get; set; }
Property Value
TextBaseline
Sets the vertical alignment of the text relative to the given baseline.
public TextBaseline TextBaseline { get; set; }
Property Value
Methods
Bind()
public IOSDrawingContext Bind()
Returns
Dispose()
public void Dispose()
SetLineDash(ReadOnlySpan<NFloat>)
public void SetLineDash(ReadOnlySpan<NFloat> segments)
Parameters
segmentsReadOnlySpan<NFloat>