Scrolling Game Development Kit 2 Help
Scrolling Game Development Kit 2 Help
Scrolling Game Development Kit Coding Reference
Display Class
Display Methods
ArrowTo Method
BeginLine Method
CheckError Method
Clear Method
CreateGraphicsMode Method
DisposeAllTextures Method
DrawArrow Method
DrawFrame Method
DrawPoint Method
DrawRectangle Method
DrawShadedRectFrame Method
DrawText Method
FillRectangle Method
FinishFrame Method
Flush Method
GetModeDepth Method
GetObjectData Method
GetScreenSize Method
GetTextureRef Method
LineTo Method
ResetLights Method
RestoreResolution Method
Scissor Method
ScissorOff Method
SetColor Method
SetLightSource Method
SwitchToResolution Method
Display
DrawShadedRectFrame Method
Draw a shaded rectangular frame.
Namespace:
(Default Namespace)
Assembly:
Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
Copy
public
void
DrawShadedRectFrame
(
Rectangle
inner
,
int
thickness
,
Color
color1
,
Color
color2
)
Parameters
inner
Type:
System.Drawing
Rectangle
Inner, empty portion of the rectangle
thickness
Type:
System
Int32
Thickness of the frame in pixels.
color1
Type:
System.Drawing
Color
Background color
color2
Type:
System.Drawing
Color
Foreground dither color
See Also
Reference
Display Class
(Default Namespace) Namespace
Send comments on this topic to
bluemonkmn@users.sourceforge.net