System::Drawing::Drawing2D::PathGradientBrush::set_Transform method

PathGradientBrush::set_Transform method

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

void System::Drawing::Drawing2D::PathGradientBrush::set_Transform(const SharedPtr<Matrix> &value)
ParameterTypeDescription
valueconst SharedPtr<Matrix>&The value to set

See Also