Click or drag to resize
GeometryExtensionToWebPoint Method
Convert a IPoint instance to a WebPoint instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static WebPoint ToWebPoint(
	this IPoint point
)

Parameters

point
Type: ArtDatabanken.DataIPoint
An IPoint instance.

Return Value

Type: WebPoint
A WebPoint instance.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPoint. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also