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
width
floatThe width component of the new SvgSizeF.
height
floatThe height component of the new SvgSizeF.
SvgSizeF(SvgSizeF)
public SvgSizeF(SvgSizeF size)
Parameters
SvgSizeF(SvgPointF)
public SvgSizeF(SvgPointF pt)