GraphicsPath.Warp
Contenu
[
Cacher
]Warp(PointF[], RectangleF)
Applique une transformation warp, définie par un rectangle et un parallélogramme, à cetteGraphicsPath
.
public void Warp(PointF[] destPoints, RectangleF srcRect)
Paramètre | Taper | La description |
---|---|---|
destPoints | PointF[] | Un étalage dePointF structures qui définissent un parallélogramme auquel le rectangle défini parsrcRectest transformé. Le tableau peut contenir trois ou quatre éléments. Si le tableau contient trois éléments, le coin inférieur droit du parallélogramme est impliqué par les trois premiers points. |
srcRect | RectangleF | UNRectangleF qui représente le rectangle transformé en parallélogramme défini pardestPoints. |
Voir également
- struct PointF
- struct RectangleF
- class GraphicsPath
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD
Warp(PointF[], RectangleF, Matrix)
Applique une transformation warp, définie par un rectangle et un parallélogramme, à cetteGraphicsPath
.
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix)
Paramètre | Taper | La description |
---|---|---|
destPoints | PointF[] | Un étalage dePointF structures qui définissent un parallélogramme auquel le rectangle défini parsrcRectest transformé. Le tableau peut contenir trois ou quatre éléments. Si le tableau contient trois éléments, le coin inférieur droit du parallélogramme est impliqué par les trois premiers points. |
srcRect | RectangleF | UNRectangleF qui représente le rectangle transformé en parallélogramme défini pardestPoints. |
matrix | Matrix | UNMatrix qui spécifie une transformation géométrique à appliquer au chemin. |
Voir également
- struct PointF
- struct RectangleF
- class Matrix
- class GraphicsPath
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD
Warp(PointF[], RectangleF, Matrix, WarpMode)
Applique une transformation warp, définie par un rectangle et un parallélogramme, à cetteGraphicsPath
.
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode)
Paramètre | Taper | La description |
---|---|---|
destPoints | PointF[] | Un étalage dePointF structures qui définissent un parallélogramme auquel le rectangle défini parsrcRectest transformé. Le tableau peut contenir trois ou quatre éléments. Si le tableau contient trois éléments, le coin inférieur droit du parallélogramme est impliqué par les trois premiers points. |
srcRect | RectangleF | UNRectangleF qui représente le rectangle transformé en parallélogramme défini pardestPoints. |
matrix | Matrix | UNMatrix qui spécifie une transformation géométrique à appliquer au chemin. |
warpMode | WarpMode | UNWarpMode énumération qui spécifie si cette opération de déformation utilise le mode perspective ou bilinéaire. |
Voir également
- struct PointF
- struct RectangleF
- class Matrix
- enum WarpMode
- class GraphicsPath
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD
Warp(PointF[], RectangleF, Matrix, WarpMode, float)
Applique une transformation warp, définie par un rectangle et un parallélogramme, à cetteGraphicsPath
.
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode,
float flatness)
Paramètre | Taper | La description |
---|---|---|
destPoints | PointF[] | Un étalage dePointF structures qui définissent un parallélogramme auquel le rectangle défini parsrcRectest transformé. Le tableau peut contenir trois ou quatre éléments. Si le tableau contient trois éléments, le coin inférieur droit du parallélogramme est impliqué par les trois premiers points. |
srcRect | RectangleF | UNRectangleF qui représente le rectangle transformé en parallélogramme défini pardestPoints. |
matrix | Matrix | UNMatrix qui spécifie une transformation géométrique à appliquer au chemin. |
warpMode | WarpMode | UNWarpMode énumération qui spécifie si cette opération de déformation utilise le mode perspective ou bilinéaire. |
flatness | Single | Une valeur comprise entre 0 et 1 qui spécifie à quel point le chemin résultant est plat. Pour plus d’informations, consultez leFlatten méthodes. |
Voir également
- struct PointF
- struct RectangleF
- class Matrix
- enum WarpMode
- class GraphicsPath
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD