System::Drawing::Pen::set_Transform 方法
Pen::set_Transform method
设置一个 Matrix 对象,该对象指定当前对象所代表的笔的几何变换。
void System::Drawing::Pen::set_Transform(const SharedPtr<Drawing2D::Matrix> &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const SharedPtr<Drawing2D::Matrix>& | 要设置的值 |
另见
- Typedef SharedPtr
- Class Matrix
- Class Pen
- Namespace System::Drawing
- Library Aspose.Font for C++