Class PointFExtensions
Inheritance
PointFExtensions
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public static class PointFExtensions
Methods
|
Improve this Doc
View Source
ToSvgString(PointF)
Declaration
public static string ToSvgString(this PointF p)
Parameters
| Type |
Name |
Description |
| PointF |
p |
|
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ToSvgString(Single)
Declaration
public static string ToSvgString(this float value)
Parameters
| Type |
Name |
Description |
| Single |
value |
|
Returns
| Type |
Description |
| System.String |
|