Struct CoreGraphics.CGPathRef
- Namespace
- Xui.Runtime.IOS
- Assembly
- Xui.Runtime.IOS.dll
public ref struct CoreGraphics.CGPathRef
- Inherited Members
-
Constructors
CGPathRef(nint)
public CGPathRef(nint self)
Parameters
self nint
Fields
Self
public readonly nint Self
Field Value
- nint
Methods
CGPathCreateWithRoundedRect(CGRect, NFloat, NFloat, nint)
public static extern nint CGPathCreateWithRoundedRect(CoreGraphics.CGRect rect, NFloat cornerWidth, NFloat cornerHeight, nint cgAffineTransformPtr = 0)
Parameters
rect CoreGraphics.CGRect
cornerWidth NFloat
cornerHeight NFloat
cgAffineTransformPtr nint
Returns
- nint
public static nint CGPathCreateWithRoundedRect(CoreGraphics.CGRect rect, NFloat cornerWidth, NFloat cornerHeight, ref CoreGraphics.CGAffineTransform transform)
Parameters
rect CoreGraphics.CGRect
cornerWidth NFloat
cornerHeight NFloat
transform CoreGraphics.CGAffineTransform
Returns
- nint
CreateWithRoundedRect(CGRect, NFloat)
public static CoreGraphics.CGPathRef CreateWithRoundedRect(CoreGraphics.CGRect rect, NFloat radius)
Parameters
rect CoreGraphics.CGRect
radius NFloat
Returns
- CoreGraphics.CGPathRef
Dispose()
Operators
implicit operator nint(CGPathRef)
public static implicit operator nint(CoreGraphics.CGPathRef cfColorRef)
Parameters
cfColorRef CoreGraphics.CGPathRef
Returns
- nint