Click or drag to resize

SkiaExtensionsToCenter Method

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


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

Parameters

value  SKRect

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

Return Value

SKPoint

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

Usage Note

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