DisplayDrawRectangle Method |
Draw a rectangular outline on the display.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public void DrawRectangle(
Rectangle rect,
short pattern
)
Parameters
- rect
- Type: System.DrawingRectangle
Rectangle relative to the top left corner of the display. - pattern
- Type: SystemInt16
Dash pattern applied to the lines forming the outline.
See Also