System::Drawing::Graphics::FillRectangle method
περιεχόμενα
[
κρύβω
]Graphics::FillRectangle(const SharedPtr<Brush>&, float, float, float, float) method
Γεμίζει το συγκεκριμένο ορθογώνιο με το συγκεκριμένο πινέλο.
void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, float x, float y, float width, float height)
| Parameter | Type | Περιγραφή |
|---|---|---|
| brush | const SharedPtr<Brush>& | Ένα αντικείμενο Brush για χρήση στο γέμισμα |
| x | float | Η συντεταγμένη X του ορθογωνίου προς γέμισμα |
| y | float | Η συντεταγμένη Y του ορθογωνίου προς γέμισμα |
| πλάτος | float | Το πλάτος του ορθογωνίου προς γέμισμα |
| ύψος | float | Το ύψος του ορθογωνίου προς γέμισμα |
Δείτε επίσης
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillRectangle(const SharedPtr<Brush>&, int, int, int, int) method
Γεμίζει το συγκεκριμένο ορθογώνιο με το συγκεκριμένο πινέλο.
void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, int x, int y, int width, int height)
| Parameter | Type | Περιγραφή |
|---|---|---|
| brush | const SharedPtr<Brush>& | Ένα αντικείμενο Brush για χρήση στο γέμισμα |
| x | int | Η συντεταγμένη X του ορθογωνίου προς γέμισμα |
| y | int | Η συντεταγμένη Y του ορθογωνίου προς γέμισμα |
| πλάτος | int | Το πλάτος του ορθογωνίου προς γέμισμα |
| ύψος | int | Το ύψος του ορθογωνίου προς γέμισμα |
Δείτε επίσης
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillRectangle(const SharedPtr<Brush>&, Rectangle) method
Γεμίζει το συγκεκριμένο ορθογώνιο με το συγκεκριμένο πινέλο.
void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, Rectangle rect)
| Parameter | Type | Περιγραφή |
|---|---|---|
| brush | const SharedPtr<Brush>& | Ένα αντικείμενο Brush για χρήση στο γέμισμα |
| rect | Rectangle | Ένα αντικείμενο Rectangle που καθορίζει τη θέση και το μέγεθος του ορθογωνίου προς γέμισμα |
Δείτε επίσης
- Typedef SharedPtr
- Class Brush
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillRectangle(const SharedPtr<Brush>&, RectangleF) method
Γεμίζει το συγκεκριμένο ορθογώνιο με το συγκεκριμένο πινέλο.
void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, RectangleF rect)
| Parameter | Type | Περιγραφή |
|---|---|---|
| brush | const SharedPtr<Brush>& | Ένα αντικείμενο Brush για χρήση στο γέμισμα |
| rect | RectangleF | Ένα αντικείμενο RectangleF που καθορίζει τη θέση και το μέγεθος του ορθογωνίου προς γέμισμα |
Δείτε επίσης
- Typedef SharedPtr
- Class Brush
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++