ReportItem.DrawImageFitToBox Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
protected:
void DrawImageFitToBox(System::Drawing::Graphics ^ graphics, System::Drawing::Image ^ image, int alpha, System::Drawing::Rectangle box, bool fitProportional);
protected void DrawImageFitToBox(System.Drawing.Graphics graphics, System.Drawing.Image image, int alpha, System.Drawing.Rectangle box, bool fitProportional);
member this.DrawImageFitToBox : System.Drawing.Graphics * System.Drawing.Image * int * System.Drawing.Rectangle * bool -> unit
Protected Sub DrawImageFitToBox (graphics As Graphics, image As Image, alpha As Integer, box As Rectangle, fitProportional As Boolean)
Parâmetros
- graphics
- Graphics
- image
- Image
- alpha
- Int32
- box
- Rectangle
- fitProportional
- Boolean