System::Drawing::Region::Exclude metodo
Contenuti
[
Nascondere
]Region::Exclude(const Rectangle&) method
Sostituisce la regione rappresentata dall’oggetto corrente con il risultato dell’esclusione della regione definita dal rettangolo specificato.
void System::Drawing::Region::Exclude(const Rectangle &rect)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rect | const Rectangle& | Un rettangolo che definisce una regione da escludere |
Vedi anche
- Class Rectangle
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::Exclude(const RectangleF&) method
Sostituisce la regione rappresentata dall’oggetto corrente con il risultato dell’esclusione della regione definita dal rettangolo specificato.
void System::Drawing::Region::Exclude(const RectangleF &rect)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rect | const RectangleF& | Un rettangolo che definisce una regione da escludere |
Vedi anche
- Class RectangleF
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::Exclude(const SharedPtr<Drawing2D::GraphicsPath>&) method
Sostituisce la regione rappresentata dall’oggetto corrente con il risultato dell’esclusione della regione definita dal percorso specificato.
void System::Drawing::Region::Exclude(const SharedPtr<Drawing2D::GraphicsPath> &path)
| Parametro | Tipo | Descrizione |
|---|---|---|
| percorso | const SharedPtr<Drawing2D::GraphicsPath>& | Un percorso che definisce una regione da escludere |
Vedi anche
- Typedef SharedPtr
- Class GraphicsPath
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::Exclude(const SharedPtr<Region>&) method
Sostituisce la regione rappresentata dall’oggetto corrente con il risultato dell’esclusione della regione specificata.
void System::Drawing::Region::Exclude(const SharedPtr<Region> ®ion)
| Parametro | Tipo | Descrizione |
|---|---|---|
| regione | const SharedPtr<Region>& | Una regione da escludere |
Vedi anche
- Typedef SharedPtr
- Class Region
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++