TranslateTransform
محتويات
[
يخفي
]TranslateTransform(float, float)
يغير أصل النظام الإحداثي عن طريق إضافة الترجمة المحددة مسبقًا إلى مصفوفة التحويل لهذه الرسومات.
public void TranslateTransform(float x, float y)
معامل | يكتب | وصف |
---|---|---|
x | Single | تنسيق x للترجمة. |
y | Single | تنسيق ص للترجمة. |
أنظر أيضا
- class MetafileRecorderGraphics2D
- مساحة الاسم Aspose.Imaging.FileFormats.Emf.Graphics
- المجسم Aspose.Imaging
TranslateTransform(float, float, MatrixOrder)
يغير أصل النظام الإحداثي عن طريق تطبيق الترجمة المحددة على مصفوفة التحويل لهذه الرسومات بالترتيب المحدد.
public void TranslateTransform(float x, float y, MatrixOrder order)
معامل | يكتب | وصف |
---|---|---|
x | Single | تنسيق x للترجمة. |
y | Single | تنسيق ص للترجمة. |
order | MatrixOrder | يحدد ما إذا كانت الترجمة مُلحقة مسبقًا أو مُلحقة بمصفوفة التحويل. |
أنظر أيضا
- enum MatrixOrder
- class MetafileRecorderGraphics2D
- مساحة الاسم Aspose.Imaging.FileFormats.Emf.Graphics
- المجسم Aspose.Imaging