次の方法で共有


Graphics.PageScale プロパティ

この Graphics オブジェクトのワールド単位とページ単位の間のスケーリングを取得または設定します。

Public Property PageScale As Single
[C#]
public float PageScale {get; set;}
[C++]
public: __property float get_PageScale();public: __property void set_PageScale(float);
[JScript]
public function get PageScale() : float;public function set PageScale(float);

プロパティ値

このプロパティは、この Graphics オブジェクトのワールド単位とページ単位の間のスケーリングの値を指定します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Graphics クラス | Graphics メンバ | System.Drawing 名前空間