PsDocument.Translate
PsDocument.Translate method
現在のグラフィックス状態に変換を追加します (現在のマトリックスを変換します).
public void Translate(float x, float y)
パラメータ | タイプ | 説明 |
---|---|---|
x | Single | X 方向の平行移動。 |
y | Single | Y 方向の平行移動。 |
関連項目
- class PsDocument
- 名前空間 Aspose.Page.EPS
- 組み立て Aspose.Page
現在のグラフィックス状態に変換を追加します (現在のマトリックスを変換します).
public void Translate(float x, float y)
パラメータ | タイプ | 説明 |
---|---|---|
x | Single | X 方向の平行移動。 |
y | Single | Y 方向の平行移動。 |