Constructor SvgRectF
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
SvgRectF(float, float, float, float)
Initializes a new instance of the SvgRectF structure with the specified location and size.
public SvgRectF(float x, float y, float width, float height)
Parameters
xfloatThe x-coordinate of the upper-left corner of the rectangle.
yfloatThe y-coordinate of the upper-left corner of the rectangle.
widthfloatThe width of the rectangle.
heightfloatThe height of the rectangle.
SvgRectF(SvgPointF, SvgSizeF)
Initializes a new instance of the SvgRectF structure with the specified location and size.
public SvgRectF(SvgPointF location, SvgSizeF size)