Struct CoreGraphics.CGGradientRef
- Namespace
- Xui.Runtime.IOS
- Assembly
- Xui.Runtime.IOS.dll
public ref struct CoreGraphics.CGGradientRef
- Inherited Members
-
Constructors
CGGradientRef(nint)
public CGGradientRef(nint self)
Parameters
self nint
CGGradientRef(ReadOnlySpan<GradientStop>)
public CGGradientRef(ReadOnlySpan<GradientStop> gradient)
Parameters
gradient ReadOnlySpan<GradientStop>
Fields
Self
public readonly nint Self
Field Value
- nint
Methods
CGGradientCreateWithColorComponents(nint, ref NFloat, ref NFloat, nint)
public static nint CGGradientCreateWithColorComponents(nint cgColorSpaceRef, ref NFloat componentsArrPtr, ref NFloat locationsArrPtr, nint count)
Parameters
cgColorSpaceRef nint
componentsArrPtr NFloat
locationsArrPtr NFloat
count nint
Returns
- nint
CGGradientRelease(nint)
public static extern void CGGradientRelease(nint self)
Parameters
self nint
Dispose()
Operators
implicit operator nint(CGGradientRef)
public static implicit operator nint(CoreGraphics.CGGradientRef cfColorRef)
Parameters
cfColorRef CoreGraphics.CGGradientRef
Returns
- nint