System::Drawing::Drawing2D::GraphicsPath::Flatten méthode
Contenu
[
Cacher
]GraphicsPath::Flatten() method
Applatit chaque courbe du chemin en les convertissant en une série de lignes connectées. La valeur de planéité de 0,25 est utilisée.
void System::Drawing::Drawing2D::GraphicsPath::Flatten()
Voir aussi
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::Flatten(const MatrixPtr&) method
Applatit chaque courbe du chemin en les convertissant en une série de lignes connectées. La valeur de planéité de 0,25 est utilisée.
void System::Drawing::Drawing2D::GraphicsPath::Flatten(const MatrixPtr &matrix)
| Paramètre | Type | Description |
|---|---|---|
| matrice | const MatrixPtr& | La matrice de transformation à appliquer au chemin avant l’aplatissement |
Voir aussi
- Typedef MatrixPtr
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::Flatten(const MatrixPtr&, float) method
Applatit chaque courbe du chemin en les convertissant en une série de lignes connectées.
void System::Drawing::Drawing2D::GraphicsPath::Flatten(const MatrixPtr &matrix, float flatness)
| Paramètre | Type | Description |
|---|---|---|
| matrice | const MatrixPtr& | La matrice de transformation à appliquer au chemin avant l’aplatissement |
| flatness | float | Spécifie l’erreur maximale autorisée entre la courbe et son approximation aplatie |
Voir aussi
- Typedef MatrixPtr
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++