set_Transform()

TextureBrush::set_Transform(const System::SharedPtr<Drawing2D::Matrix>&) method

Sets a Matrix object that specifies the geometrical transformations for the brush represneted by the current object.

void System::Drawing::TextureBrush::set_Transform(const System::SharedPtr<Drawing2D::Matrix> &matrix)

Arguments

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

See Also