System::Drawing::Pen::set_Transform method
Pen::set_Transform method
Sets a Matrix object that specifies the geometrical transformations for the pen represneted by the current object.
void System::Drawing::Pen::set_Transform(const SharedPtr<Drawing2D::Matrix> &value)
Parameter | Type | Description |
---|---|---|
value | const SharedPtr<Drawing2D::Matrix>& | The value to set |
See Also
- Typedef SharedPtr
- Class Matrix
- Class Pen
- Namespace System::Drawing
- Library Aspose.PUB for C++