Control..::..DrawStyle Method

Override this to do additional drawing Call the base method to draw the control as usual

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


protected void DrawStyle(
	Style style,
	float opacity
)
Protected Sub DrawStyle ( _
	style As Style, _
	opacity As Single _
)
protected:
void DrawStyle(
	Style^ style, 
	float^ opacity
)

Parameters

style
Type: Style
opacity
Type: Single