Label.CalcImageRenderBounds Method
Determines the size and location of an image drawn within the Label control based on the alignment of the control.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
member CalcImageRenderBounds :
image:Image *
r:Rectangle *
align:ContentAlignment -> Rectangle
Parameters
- image
- Type: System.Drawing.Image
The Image used to determine size and location when drawn within the control.
- r
- Type: System.Drawing.Rectangle
A Rectangle that represents the area to draw the image in.
- align
- Type: System.Drawing.ContentAlignment
The alignment of content within the control.
Return Value
Type: System.Drawing.RectangleA Rectangle that represents the size and location of the specified image within the control.
You can use this method within a derived class of Label, to determine the size and location of an image to draw within the Label control based on its location within the control. The location of the image is based on the value of the control's ImageAlign property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.