System::Drawing::Graphics::IntersectClip méthode
Contenu
[
Cacher
]Graphics::IntersectClip(const System::SharedPtr<Region>&) method
Met à jour la région de rognage de cet objet à l’intersection du rognage actuel et du rognage spécifié.
void System::Drawing::Graphics::IntersectClip(const System::SharedPtr<Region> ®ion)
| Paramètre | Type | Description |
|---|---|---|
| région | const System::SharedPtr<Region>& | La région à intersecter |
Voir aussi
- Typedef SharedPtr
- Class Region
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IntersectClip(System::Drawing::Rectangle) method
Met à jour la région de rognage de cet objet à l’intersection du rognage actuel et du rognage spécifié.
void System::Drawing::Graphics::IntersectClip(System::Drawing::Rectangle rect)
| Paramètre | Type | Description |
|---|---|---|
| rect | System::Drawing::Rectangle | Le rectangle à intersecter |
Voir aussi
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IntersectClip(System::Drawing::RectangleF) method
Met à jour la région de rognage de cet objet à l’intersection du rognage actuel et du rognage spécifié.
void System::Drawing::Graphics::IntersectClip(System::Drawing::RectangleF rect)
| Paramètre | Type | Description |
|---|---|---|
| rect | System::Drawing::RectangleF | Le rectangle à intersecter |
Voir aussi
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++