منشئ System::Drawing::Drawing2D::Matrix::Matrix
محتويات
[
يخفي
]Matrix::Matrix() constructor
يُنشئ مثيلًا جديدًا من فئة Matrix التي تمثل مصفوفة هوية.
System::Drawing::Drawing2D::Matrix::Matrix()
انظر أيضًا
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
Matrix::Matrix(const Rectangle&, const ArrayPtr<Point>&) constructor
يُنشئ مثيلًا جديدًا من فئة Matrix للتحويل الهندسي المحدد بالمستطيل المحدد ومصفوفة النقاط.
System::Drawing::Drawing2D::Matrix::Matrix(const Rectangle &rect, const ArrayPtr<Point> &plgpts)
انظر أيضًا
- Class Rectangle
- Typedef ArrayPtr
- Class Point
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
Matrix::Matrix(const RectangleF&, const ArrayPtr<PointF>&) constructor
يُنشئ مثيلًا جديدًا من فئة Matrix للتحويل الهندسي المحدد بالمستطيل المحدد ومصفوفة النقاط.
System::Drawing::Drawing2D::Matrix::Matrix(const RectangleF &rect, const ArrayPtr<PointF> &plgpts)
انظر أيضًا
- Class RectangleF
- Typedef ArrayPtr
- Class PointF
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
Matrix::Matrix(float, float, float, float, float, float) constructor
يُنشئ مثيلًا جديدًا من فئة Matrix ويُهيئه بالقيم المحددة.
System::Drawing::Drawing2D::Matrix::Matrix(float m11, float m12, float m21, float m22, float dx, float dy)
| معامل | نوع | الوصف |
|---|---|---|
| m11 | float | قيمة الصف الأول العمود الأول |
| m12 | float | قيمة الصف الأول العمود الثاني |
| m21 | float | قيمة الصف الثاني العمود الأول |
| m22 | float | قيمة الصف الثاني العمود الثاني |
| dx | float | قيمة الصف الثالث العمود الأول |
| dy | float | قيمة الصف الثالث العمود الثاني |
انظر أيضًا
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++