Constructor SvgSizeF
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
SvgSizeF(float, float)
Initializes a new instance of the SvgSizeF class from the specified dimensions.
public SvgSizeF(float width, float height)
Parameters
widthfloatThe width component of the new SvgSizeF.
heightfloatThe height component of the new SvgSizeF.
SvgSizeF(SvgSizeF)
public SvgSizeF(SvgSizeF size)
Parameters
SvgSizeF(SvgPointF)
public SvgSizeF(SvgPointF pt)