System::Drawing::RectangleF::set_Location method

RectangleF::set_Location method

Sets the location of the upper left corner of the rectangle represented by the current object.

void System::Drawing::RectangleF::set_Location(PointF value)
ParameterTypeDescription
valuePointFThe value to set

See Also