XpsDocument.CreateLinearGradientBrush
Inhalt
[
Ausblenden
]CreateLinearGradientBrush(List<XpsGradientStop>, PointF, PointF)
Erstellt einen neuen Pinsel mit linearem Farbverlauf.
public XpsLinearGradientBrush CreateLinearGradientBrush(List<XpsGradientStop> gradientStops,
PointF startPoint, PointF endPoint)
| Parameter | Typ | Beschreibung |
|---|---|---|
| gradientStops | List`1 | Die Liste der Gradientenstopps. |
| startPoint | PointF | Der Startpunkt des linearen Farbverlaufs. |
| endPoint | PointF | Der Endpunkt des linearen Farbverlaufs. |
Rückgabewert
Neuer Pinsel mit linearem Farbverlauf.
Siehe auch
- class XpsLinearGradientBrush
- class XpsGradientStop
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page
CreateLinearGradientBrush(PointF, PointF)
Erstellt einen neuen Pinsel mit linearem Farbverlauf.
public XpsLinearGradientBrush CreateLinearGradientBrush(PointF startPoint, PointF endPoint)
| Parameter | Typ | Beschreibung |
|---|---|---|
| startPoint | PointF | Der Startpunkt des linearen Farbverlaufs. |
| endPoint | PointF | Der Endpunkt des linearen Farbverlaufs. |
Rückgabewert
Neuer Pinsel mit linearem Farbverlauf.
Siehe auch
- class XpsLinearGradientBrush
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page