Version

CalculatePreferredSize Method (ImagePreview)

Calculates the size of the control that can render the specified image size in the specified image area
Syntax
'Declaration
 
Public Function CalculatePreferredSize( _
   ByVal borderStyle As BorderStyle, _
   ByVal imageSize As Size, _
   ByVal imageAreaSize As Size _
) As Size
public Size CalculatePreferredSize( 
   BorderStyle borderStyle,
   Size imageSize,
   Size imageAreaSize
)

Parameters

borderStyle
Borderstyle of the control
imageSize
Image size
imageAreaSize
Area for the images within the border

Return Value

A System.Drawing.Size object indicating the size of the control that can render the specified image size in the specified image area.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also