Label::CalcImageRenderBounds Method (Image^, Rectangle, ContentAlignment)
.NET Framework (current version)
Determines the size and location of an image drawn within the Label control based on the alignment of the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected:
Rectangle CalcImageRenderBounds(
Image^ image,
Rectangle r,
ContentAlignment align
)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: