set_Transform()

LinearGradientBrush::set_Transform(const SharedPtr<Matrix>&) method

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

void System::Drawing::Drawing2D::LinearGradientBrush::set_Transform(const SharedPtr<Matrix> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<Matrix>&The value to set

See Also