Graphics.TranslateClip
TranslateClip(int, int)
Vertaalt het clipping-gebied hiervanGraphics met gespecificeerde bedragen in horizontale en verticale richting.
public void TranslateClip(int dx, int dy)
Parameter | Type | Beschrijving |
---|---|---|
dx | Int32 | De x-coördinaat van de vertaling. |
dy | Int32 | De y-coördinaat van de vertaling. |
Zie ook
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing
TranslateClip(float, float)
Vertaalt het clipping-gebied hiervanGraphics met gespecificeerde bedragen in horizontale en verticale richting.
public void TranslateClip(float dx, float dy)
Parameter | Type | Beschrijving |
---|---|---|
dx | Single | De x-coördinaat van de vertaling. |
dy | Single | De y-coördinaat van de vertaling. |
Zie ook
- class Graphics
- naamruimte System.Drawing
- montage Aspose.Drawing