System::Drawing::Drawing2D::PathData::set_Points method

PathData::set_Points method

Sets an array containing the points that make up a path.

void System::Drawing::Drawing2D::PathData::set_Points(const ArrayPtr<PointF> &value)
ParameterTypeDescription
valueconst ArrayPtr<PointF>&The array to set

See Also