Table of Contents

Struct CoreGraphics.CGMutablePathRef

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public ref struct CoreGraphics.CGMutablePathRef
Inherited Members

Constructors

CGMutablePathRef()

public CGMutablePathRef()

CGMutablePathRef(nint)

public CGMutablePathRef(nint self)

Parameters

self nint

Fields

Self

public readonly nint Self

Field Value

nint

Methods

Close()

public void Close()

Dispose()

public void Dispose()

LineTo(NFloat, NFloat)

public void LineTo(NFloat x, NFloat y)

Parameters

x NFloat
y NFloat

MoveTo(NFloat, NFloat)

public void MoveTo(NFloat x, NFloat y)

Parameters

x NFloat
y NFloat

Operators

implicit operator nint(CGMutablePathRef)

public static implicit operator nint(CoreGraphics.CGMutablePathRef cfColorRef)

Parameters

cfColorRef CoreGraphics.CGMutablePathRef

Returns

nint