ColaExtensions
01 Syntax
Microsoft.VisualBasic.Imaging.LayoutModel.ColaExtensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| 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
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
| Name | Type | Description |
|---|---|---|
x2 | Rectangle2D | second x coord of line |
y2 | Double | second y coord of line |
Returns
any intersection points found