C1.Xaml.Excel アセンブリ > C1.Xaml.Excel 名前空間 > C1XLBook クラス : PixelsToTwips メソッド |
'宣言 Public Shared Function PixelsToTwips( _ ByVal pix As System.Double _ ) As System.Integer
public static System.int PixelsToTwips( System.double pix )
Excel は、測定値を解像度に依存しないツイップ(1ポイントの 1/20)という単位で格納します。一方、.NET コントロールは、通常、測定値をピクセル単位で表します。このメソッドを使用すると、現在の画面解像度を使用して、ピクセル単位の測定値をツイップ単位に簡単に変換できます。
Target Platforms: 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