StiActionUtils Class
Namespace: Stimulsoft.Base.Drawing
Methods
| Method | Returns | Description |
|---|---|---|
pointInEdge static |
boolean | |
pointInRect static |
boolean |
Method Details
pointInEdge static
pointInEdge(x: number, y: number, point: Point, size: number): boolean
Parameters
- x (number)
- y (number)
- point (Point)
- size (number)
Returns boolean
pointInRect static
pointInRect(x: number, y: number, rect: Rectangle): boolean
Parameters
- x (number)
- y (number)
- rect (Rectangle)
Returns boolean