Class RepeatingRadialGradientNode
public class RepeatingRadialGradientNode
- Inheritance
-
RepeatingRadialGradientNode
- Inherited Members
Methods
GetGType()
Calls native function gsk_repeating_radial_gradient_node_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New(RectHandle, PointHandle, float, float, float, float, ColorStopArrayHandle, nuint)
Calls native constructor gsk_repeating_radial_gradient_node_new.
public static extern IntPtr New(RectHandle bounds, PointHandle center, float hradius, float vradius, float start, float end, ColorStopArrayHandle colorStops, nuint nColorStops)
Parameters
bounds
RectHandleTransfer ownership: None Nullable: False
center
PointHandleTransfer ownership: None Nullable: False
hradius
floatTransfer ownership: None Nullable: False
vradius
floatTransfer ownership: None Nullable: False
start
floatTransfer ownership: None Nullable: False
end
floatTransfer ownership: None Nullable: False
colorStops
ColorStopArrayHandleTransfer ownership: None Nullable: False
nColorStops
nuintTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: Full Nullable: False