Table of Contents

Operator explicit operator

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

explicit operator SvgPointF(SvgSizeF)

This converts the specified SvgSizeF to a SvgPointF.

public static explicit operator SvgPointF(SvgSizeF size)

Parameters

size SvgSizeF

The SvgSizeF structure to be converted.

Returns

SvgPointF

The SvgPointF structure specifying the result of the conversion.