Package com.stimulsoft.base.drawing
Class StiActionUtils
java.lang.Object
com.stimulsoft.base.drawing.StiActionUtils
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanpointInRect(double x, double y, StiRectangle rect) Checks does the point fit into the position.
-
Constructor Details
-
StiActionUtils
public StiActionUtils()
-
-
Method Details
-
pointInRect
Checks does the point fit into the position.- Parameters:
x- X point.y- Y point.rect-- Returns:
- true, if the point fits to the position, and false, if not.
-