ReportItem.DrawImageFitToBox Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- graphics
- Graphics
- image
- Image
- alpha
- Int32
- box
- Rectangle
- fitProportional
- Boolean