nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / PathGradientBrush

PathGradientBrush

Full name Microsoft.VisualBasic.Imaging.PathGradientBrush Assembly Microsoft.VisualBasic.Runtime Members 11

01 Syntax

Microsoft.VisualBasic.Imaging.PathGradientBrush

02 Methods

NameOverloadsSummary
.ctor 1 Creates a copy of the PathGradientBrush from a given point array.
ToString 1

03 Properties

NameOverloadsSummary
CenterColor 1 Gets or sets the color at the center of the path gradient.
SurroundColors 1 Gets or sets an array of colors that correspond to the points in the path.
CenterPoint 1 Gets or sets the center point of the path gradient.
FocusScales 1 Gets or sets the focus point for the gradient falloff.
Blend 1 Gets or sets a Blend that specifies positions and factors for a custom falloff.
Rectangle 1 Gets or sets the encompass rectangle for this gradient.
WrapMode 1
InterpolationColors 1
Transform 1

04 Members

method .ctor #
#ctor(PointF(), WrapMode)

Creates a copy of the PathGradientBrush from a given point array.

property CenterColor #
CenterColor

Gets or sets the color at the center of the path gradient.

property SurroundColors #
SurroundColors

Gets or sets an array of colors that correspond to the points in the path.

property CenterPoint #
CenterPoint

Gets or sets the center point of the path gradient.

property FocusScales #
FocusScales

Gets or sets the focus point for the gradient falloff.

property Blend #
Blend

Gets or sets a Blend that specifies positions and factors for a custom falloff.

property Rectangle #
Rectangle

Gets or sets the encompass rectangle for this gradient.

property WrapMode #
WrapMode
property InterpolationColors #
InterpolationColors
property Transform #
Transform
method ToString #
ToString()