MESCIUS SPREAD for Windows Forms 15.0J
zoomedRectangle フィールド
使用例 

ズームされた矩形を指定します。
構文
'宣言
 
Protected zoomedRectangle As RectangleF
protected RectangleF zoomedRectangle
使用例
次のサンプルコードは、ZoomedRectangle プロパティを使用します。
FarPoint.Win.Spread.DrawingSpace.PSShape psShape = new FarPoint.Win.Spread.DrawingSpace.RectangleShape();
var expected = new System.Drawing.RectangleF(0, 0, 75, 75);
//Get the value of the ZoomedRectangle property.
var actual = psShape.ZoomedRectangle;
listBox1.Items.Add(actual.ToString());
Dim expected As Object
Dim psShape As New FarPoint.Win.Spread.DrawingSpace.RectangleShape()
expected = New System.Drawing.RectangleF(0, 0, 75, 75)
'Get the value of the ZoomedRectangle property.
ListBox1.Items.Add(psShape.ZoomedRectangle.ToString())
参照

PSObject クラス
PSObject メンバ

 

 


© MESCIUS inc. All rights reserved.