Draws an Image within the specified bounds.
[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 );
Label Class | Label Members | System.WinForms Namespace | ContentAlignment | Graphics | Image | Rectangle