System::Drawing::Graphics::FillRegion Methode
Graphics::FillRegion method
Füllt die Innenbereiche der angegebenen Region mit dem angegebenen Pinsel.
void System::Drawing::Graphics::FillRegion(const SharedPtr<Brush> &brush, const SharedPtr<Region> ®ion)
| Parameter | Typ | Beschreibung |
|---|---|---|
| brush | const SharedPtr<Brush>& | Ein Brush Objekt, das die Parameter der Füllung angibt |
| Region | const SharedPtr<Region>& | Die zu füllende Region |
Siehe auch
- Typedef SharedPtr
- Class Brush
- Class Region
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++