Click or drag to resize

RenderContextPlace Method (Rectangle, Int32, Double)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to reserve the specified screen area for object placement.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract void Place(
	Rectangle rect,
	int buffer,
	double angle
)

Parameters

rect
Type: System.DrawingRectangle
The Rectangle area to be reserved.
buffer
Type: SystemInt32
The buffer value specifies the number of pixels on each side of the object that must remain clear, for the purpose of visual separation.
angle
Type: SystemDouble
Specifies a clockwise rotation (in degrees) of the placed area.
Remarks

This method should reserve an area of the screen to which an object will be rendered. After placement, any future calls to Test(Rectangle, Int32, Double, RenderMask) which specify an area that overlaps with this one will return false.

See Also