Draws a locked selection frame around the given rectangle.
[Visual Basic] Public Shared Sub DrawLockedFrame( _ ByVal graphics As Graphics, _ ByVal rect As Rectangle, _ ByVal primary As Boolean _ ) [C#] public static void DrawLockedFrame( Graphics graphics, Rectangle rect, bool primary ); [C++] public: static void DrawLockedFrame( Graphics* graphics, Rectangle rect, bool primary ); [JScript] public static function DrawLockedFrame( graphics : Graphics, rect : Rectangle, primary : Boolean );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace