LinearGradientBrush 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 LinearGradientBrush 類別的新執行個體。
多載
LinearGradientBrush() |
初始化 LinearGradientBrush 類別的新執行個體。 |
LinearGradientBrush(GradientStopCollection) |
初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的漸層停駐點。 |
LinearGradientBrush(GradientStopCollection, Double) |
初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的 GradientStopCollection 和角度。 |
LinearGradientBrush(Color, Color, Double) |
初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的起始 Color、結束 Color 和角度。 |
LinearGradientBrush(GradientStopCollection, Point, Point) |
初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的漸層停駐點、StartPoint 和 EndPoint。 |
LinearGradientBrush(Color, Color, Point, Point) |
初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的起始 Color、結束 Color、StartPoint 和 EndPoint。 |
備註
筆 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。
備註
筆 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)
參數
備註
筆 MappingMode 刷的 初始化為 RelativeToBoundingBox 。
適用於
LinearGradientBrush(GradientStopCollection, Point, Point)
初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的漸層停駐點、StartPoint 和 EndPoint。
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。
備註
筆 MappingMode 刷的 初始化為 RelativeToBoundingBox 。
適用於
LinearGradientBrush(Color, Color, Point, Point)
初始化 LinearGradientBrush 類別的新執行個體,這個執行個體具有指定的起始 Color、結束 Color、StartPoint 和 EndPoint。
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)
參數
- startPoint
- Point
漸層的 StartPoint。
備註
筆 MappingMode 刷的 初始化為 RelativeToBoundingBox 。