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)
ParameterTypeDescription
valueconst SharedPtr<Drawing2D::Matrix>&The value to set

See Also