Click or drag to resize

ControlStyleRenderBox Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to render a box on a given graphics output with specified dimensions.

Namespace:  Telogis.UI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract void RenderBox(
	Graphics graphics,
	float x,
	float y,
	float width,
	float height,
	ControlStyleStatus cca
)

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object that can be used for drawing.
x
Type: SystemSingle
Distance (in pixels) from the left edge of graphics.
y
Type: SystemSingle
Distance (in pixels) from the top edge of graphics.
width
Type: SystemSingle
Width of box (pixels).
height
Type: SystemSingle
Height of box (pixels).
cca
Type: Telogis.UIControlStyleStatus
The ControlStyleStatus of the the control: 'pressed' or 'normal'.
See Also