You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > RectangleM Structure > RectangleM Methods > Contains Method > Contains Method (decimal, decimal)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
RectangleM.Contains Method (decimal, decimal)

Determines if the specified point is contained within this RectangleM structure.

Syntax
C++
C#
Visual Basic
public: bool Contains( decimal x, decimal y );
Parameters
Parameters 
Description 
The x-coordinate of the point to test. 
The y-coordinate of the point to test. 
Returns

This method returns true if the point defined by x and y is contained within this RectangleM structure; otherwise false.

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