System::Drawing::TextureBrush::set_Transform 方法
TextureBrush::set_Transform method
设置一个 Matrix 对象,该对象指定当前对象所表示的画刷的几何变换。
void System::Drawing::TextureBrush::set_Transform(const System::SharedPtr<Drawing2D::Matrix> &matrix)
| Parameter | Type | 描述 |
|---|---|---|
| matrix | const System::SharedPtr<Drawing2D::Matrix>& | 要设置的值 |
另见
- Typedef SharedPtr
- Class Matrix
- Class TextureBrush
- Namespace System::Drawing
- Library Aspose.Page for C++