RenderContextTest Method (Rectangle, Int32, Double) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to check whether the given
Rectangle lies
over an area reserved by an already
placed object.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract bool Test(
Rectangle rect,
int buffer,
double angle
)
Public MustOverride Function Test (
rect As Rectangle,
buffer As Integer,
angle As Double
) As Boolean
Parameters
- rect
- Type: System.DrawingRectangle
The Rectangle area to be tested. - buffer
- Type: SystemInt32
The buffer value specifies the number of pixels on each side of the object that must remain
clear of other objects, for the purpose of visual separation. - angle
- Type: SystemDouble
Specifies a clockwise rotation (in degrees) of the testable area.
Return Value
Type:
BooleanTrue if the tested area is available for placement,
false if there is an overlap with
an already-placed area.
Remarks See Also