Click or drag to resize

SkiaExtensionsToDvec2 Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Common.SkiaExtensions.ToDvec2(SkiaSharp.SKPoint)"]


Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public static dvec2 ToDvec2(
	this SKPoint value
)

Parameters

value  SKPoint

[Missing <param name="value"/> documentation for "M:RAYLASE.Marker.Common.SkiaExtensions.ToDvec2(SkiaSharp.SKPoint)"]

Return Value

dvec2

[Missing <returns> documentation for "M:RAYLASE.Marker.Common.SkiaExtensions.ToDvec2(SkiaSharp.SKPoint)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SKPoint. 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