Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Label::CalcImageRenderBounds Method (Image^, Rectangle, ContentAlignment)

 

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)

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::Rectangle

A 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
Return to top
Show:
© 2017 Microsoft