You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > StiActionUtils Class > StiActionUtils Methods > PointInRect Method > PointInRect Method (double, double, double, RectangleD, RectangleD, bool, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiActionUtils.PointInRect Method (double, double, double, RectangleD, RectangleD, bool, bool)

Returns the action fits to the position of a point in the specified rectangle.

Syntax
C++
C#
Visual Basic
public: StiAction PointInRect( double size, double x, double y, RectangleD sizeRect, RectangleD selectRect, bool isSelected, bool locked );
Parameters
Parameters 
Description 
size 
Tolerable limit size. 
X point. 
Y point. 
sizeRect 
Rectangle of sizes. 
selectRect 
Rectangle of selection. 
isSelected 
Indicates, is this rectangle selected or not? 
locked 
Indicates, is this ectangle locked or not? 
Returns

Action.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.