Version

CalculateRequiredSize Method

Calculates the size required to display an image at the specified scale factor
Syntax
'Declaration
 
Public Function CalculateRequiredSize( _
   ByVal borderStyle As BorderStyle, _
   ByVal imageSize As Size, _
   ByVal scaleX As Integer, _
   ByVal scaleY As Integer _
) As Size
public Size CalculateRequiredSize( 
   BorderStyle borderStyle,
   Size imageSize,
   int scaleX,
   int scaleY
)

Parameters

borderStyle
Border style of the control
imageSize
Image size
scaleX
Width scale factor
scaleY
Height scale factor

Return Value

A System.Drawing.Size object indicating the size required to display an image at the specified scale factor.
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