Region.Translate
Translate(float, float)
Verplaatst de coördinaten hiervanRegion
met het opgegeven bedrag.
public void Translate(float dx, float dy)
Parameter | Type | Beschrijving |
---|---|---|
dx | Single | Het bedrag om dit te compenserenRegion horizontaal. |
dy | Single | Het bedrag om dit te compenserenRegion verticaal. |
Zie ook
- class Region
- naamruimte Aspose.PSD
- montage Aspose.PSD
Translate(int, int)
Verplaatst de coördinaten hiervanRegion
met het opgegeven bedrag.
public void Translate(int dx, int dy)
Parameter | Type | Beschrijving |
---|---|---|
dx | Int32 | Het bedrag om dit te compenserenRegion horizontaal. |
dy | Int32 | Het bedrag om dit te compenserenRegion verticaal. |
Zie ook
- class Region
- naamruimte Aspose.PSD
- montage Aspose.PSD