Table of Contents

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 float

The width component of the new SvgSizeF.

height float

The height component of the new SvgSizeF.

SvgSizeF(SvgSizeF)

Initializes a new instance of the SvgSizeF class from the specified existing SvgSizeF.

public SvgSizeF(SvgSizeF size)

Parameters

size SvgSizeF

The SvgSizeF from which to create the new SvgSizeF.

SvgSizeF(SvgPointF)

Initializes a new instance of the SvgSizeF class from the specified SvgPointF.

public SvgSizeF(SvgPointF pt)

Parameters

pt SvgPointF

The SvgPointF from which to initialize this SvgSizeF.