nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / ColaExtensions

ColaExtensions

Full name Microsoft.VisualBasic.Imaging.LayoutModel.ColaExtensions Assembly Microsoft.VisualBasic.Runtime Members 2

01 Syntax

Microsoft.VisualBasic.Imaging.LayoutModel.ColaExtensions

02 Methods

NameOverloadsSummary
rayIntersection 1 return any intersection points between a line extending from the centre of this rectangle to the given point, And the sides of this rectangle
lineIntersections 1

03 Members

method rayIntersection #
rayIntersection(Rectangle2D, Double, Double)

return any intersection points between a line extending from the centre of this rectangle to the given point, And the sides of this rectangle

Parameters
NameTypeDescription
x2Rectangle2D

second x coord of line

y2Double

second y coord of line

Returns

any intersection points found

method lineIntersections #
lineIntersections(Rectangle2D, Double, Double, Double, Double)