共用方式為


LinearGradientBrush 建構函式

定義

初始化 LinearGradientBrush 類別的新執行個體。

多載

LinearGradientBrush()

初始化 LinearGradientBrush 類別的新執行個體。

LinearGradientBrush(GradientStopCollection)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的漸層停駐點。

LinearGradientBrush(GradientStopCollection, Double)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的 GradientStopCollection 和角度。

LinearGradientBrush(Color, Color, Double)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的起始 Color、結束 Color 和角度。

LinearGradientBrush(GradientStopCollection, Point, Point)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的漸層停駐點、StartPointEndPoint

LinearGradientBrush(Color, Color, Point, Point)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的起始 Color、結束 ColorStartPointEndPoint

備註

MappingMode 刷的 初始化為 RelativeToBoundingBox

LinearGradientBrush()

初始化 LinearGradientBrush 類別的新執行個體。

public:
 LinearGradientBrush();
public LinearGradientBrush ();
Public Sub New ()

備註

MappingMode 刷的 初始化為 RelativeToBoundingBox

適用於

LinearGradientBrush(GradientStopCollection)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的漸層停駐點。

public:
 LinearGradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection);
public LinearGradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.GradientStopCollection -> System.Windows.Media.LinearGradientBrush
Public Sub New (gradientStopCollection As GradientStopCollection)

參數

gradientStopCollection
GradientStopCollection

要在這個筆刷上設定的 GradientStops

備註

MappingMode 刷的 初始化為 RelativeToBoundingBox

另請參閱

適用於

LinearGradientBrush(GradientStopCollection, Double)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的 GradientStopCollection 和角度。

public:
 LinearGradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection, double angle);
public LinearGradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection, double angle);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.GradientStopCollection * double -> System.Windows.Media.LinearGradientBrush
Public Sub New (gradientStopCollection As GradientStopCollection, angle As Double)

參數

gradientStopCollection
GradientStopCollection

要在這個筆刷上設定的 GradientStops

angle
Double

Double,表示漸層的角色,以度數為單位。 0.0 值會建立水平漸層,90.0 值則會建立垂直漸層。

備註

MappingMode 刷的 初始化為 RelativeToBoundingBox

適用於

LinearGradientBrush(Color, Color, Double)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的起始 Color、結束 Color 和角度。

public:
 LinearGradientBrush(System::Windows::Media::Color startColor, System::Windows::Media::Color endColor, double angle);
public LinearGradientBrush (System.Windows.Media.Color startColor, System.Windows.Media.Color endColor, double angle);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.Color * System.Windows.Media.Color * double -> System.Windows.Media.LinearGradientBrush
Public Sub New (startColor As Color, endColor As Color, angle As Double)

參數

startColor
Color

位移 0.0 的 Color

endColor
Color

位移 1.0 的 Color

angle
Double

Double,表示漸層的角色,以度數為單位。 0.0 值會建立水平漸層,90.0 值則會建立垂直漸層。

備註

MappingMode 刷的 初始化為 RelativeToBoundingBox

適用於

LinearGradientBrush(GradientStopCollection, Point, Point)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的漸層停駐點、StartPointEndPoint

public:
 LinearGradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection, System::Windows::Point startPoint, System::Windows::Point endPoint);
public LinearGradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection, System.Windows.Point startPoint, System.Windows.Point endPoint);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.GradientStopCollection * System.Windows.Point * System.Windows.Point -> System.Windows.Media.LinearGradientBrush
Public Sub New (gradientStopCollection As GradientStopCollection, startPoint As Point, endPoint As Point)

參數

gradientStopCollection
GradientStopCollection

要在這個筆刷上設定的 GradientStops

startPoint
Point

漸層的 StartPoint

endPoint
Point

漸層的 EndPoint

備註

MappingMode 刷的 初始化為 RelativeToBoundingBox

適用於

LinearGradientBrush(Color, Color, Point, Point)

初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的起始 Color、結束 ColorStartPointEndPoint

public:
 LinearGradientBrush(System::Windows::Media::Color startColor, System::Windows::Media::Color endColor, System::Windows::Point startPoint, System::Windows::Point endPoint);
public LinearGradientBrush (System.Windows.Media.Color startColor, System.Windows.Media.Color endColor, System.Windows.Point startPoint, System.Windows.Point endPoint);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.Color * System.Windows.Media.Color * System.Windows.Point * System.Windows.Point -> System.Windows.Media.LinearGradientBrush
Public Sub New (startColor As Color, endColor As Color, startPoint As Point, endPoint As Point)

參數

startColor
Color

位移 0.0 的 Color

endColor
Color

位移 1.0 的 Color

startPoint
Point

漸層的 StartPoint

endPoint
Point

漸層的 EndPoint

備註

MappingMode 刷的 初始化為 RelativeToBoundingBox

適用於