ImageDevice.Translate
ImageDevice.Translate method
将指定的平移向量应用于当前变换矩阵。
public override void Translate(double x, double y)
范围 | 类型 | 描述 |
---|---|---|
x | Double | x 偏移量。 |
y | Double | y 偏移量。 |
也可以看看
- class ImageDevice
- 命名空间 Aspose.Page.XPS.Presentation.Image
- 部件 Aspose.Page
将指定的平移向量应用于当前变换矩阵。
public override void Translate(double x, double y)
范围 | 类型 | 描述 |
---|---|---|
x | Double | x 偏移量。 |
y | Double | y 偏移量。 |