Table of Contents

Class RepeatingRadialGradientNode

Namespace
Gsk.Internal
Assembly
Gsk-4.0.dll
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 RectHandle

Transfer ownership: None Nullable: False

center PointHandle

Transfer ownership: None Nullable: False

hradius float

Transfer ownership: None Nullable: False

vradius float

Transfer ownership: None Nullable: False

start float

Transfer ownership: None Nullable: False

end float

Transfer ownership: None Nullable: False

colorStops ColorStopArrayHandle

Transfer ownership: None Nullable: False

nColorStops nuint

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False