Click or drag to resize
ChartAdjustScreenCalculateAdjustSize Method (String, String, Int32, Int32)
计算适应分辨率的宽度及高度尺寸

Namespace: Appkit.Web.Chart
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void CalculateAdjustSize(
	string widthstr,
	string heightstr,
	out int width,
	out int height
)

Parameters

widthstr
Type: SystemString
heightstr
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
See Also