Draws an image within the specified bounds alignment.
[Visual Basic] Protected Sub DrawImage( _ ByVal g As Graphics, _ ByVal image As Image, _ ByVal r As Rectangle, _ ByVal align As ContentAlignment _ ) [C#] protected void DrawImage( Graphics g, Image image, Rectangle r, ContentAlignment align ); [C++] protected: void DrawImage( Graphics* g, Image* image, Rectangle r, ContentAlignment align ); [JScript] protected function DrawImage( g : Graphics, image : Image, r : Rectangle, align : ContentAlignment );
ButtonBase Class | ButtonBase Members | System.WinForms Namespace | DrawFace | DrawBackground