Click or drag to resize

GelButtonControlStyleRenderBox Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Renders the GelButtonControl 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 override void RenderBox(
	Graphics graphics,
	float x,
	float y,
	float width,
	float height,
	ControlStyleStatus ccs
)

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 GelButtonControl (pixels)
height
Type: SystemSingle
Height of GelButtonControl (pixels)
ccs
Type: Telogis.UIControlStyleStatus
The ControlStyleStatus of the the control: 'pressed' or 'normal'.
See Also