ReportItem.DrawImageFitToBox Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- graphics
- Graphics
- image
- Image
- alpha
- Int32
- box
- Rectangle
- fitProportional
- Boolean