set_Transform()

Pen::set_Transform(const SharedPtr<Drawing2D::Matrix>&) 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)

Arguments

ParameterTypeDescription
valueconst SharedPtr<Drawing2D::Matrix>&The value to set

See Also