'DeclarationPublic Function To3D( _ ByVal p1 As SkiaSharp.SKPoint _ ) As SkiaSharp.SKPoint3
'UsageDim instance As Plane3D Dim p1 As SkiaSharp.SKPoint Dim value As SkiaSharp.SKPoint3 value = instance.To3D(p1)
public SkiaSharp.SKPoint3 To3D( SkiaSharp.SKPoint p1 )
public: SkiaSharp.SKPoint3 To3D( SkiaSharp.SKPoint p1 )
Parameters
- p1
Return Value
The real world coordinates of the point on the plane specified by the 2D coordinates, in the arbitrary frame of
reference