MESCIUS SPREAD for Windows Forms 15.0J
IsShapeInView メソッド

ビューの中にあるかどうかをチェックするシェイプ
ビューの一番上の行
ビューの左列
ビューの一番下の行
ビューの右列
シェイプが現在、行パラメータと列パラメータによって指定されたビューの中にあるかどうかを判定します。
構文
'宣言
 
Public Overridable Function IsShapeInView( _
   ByVal shape As PSShape, _
   ByVal topRow As Integer, _
   ByVal leftColumn As Integer, _
   ByVal bottomRow As Integer, _
   ByVal rightColumn As Integer _
) As Boolean
public virtual bool IsShapeInView( 
   PSShape shape,
   int topRow,
   int leftColumn,
   int bottomRow,
   int rightColumn
)

パラメータ

shape
ビューの中にあるかどうかをチェックするシェイプ
topRow
ビューの一番上の行
leftColumn
ビューの左列
bottomRow
ビューの一番下の行
rightColumn
ビューの右列

戻り値の型

Boolean:シェイプが表示される場合は True、それ以外の場合は False
参照

SpreadShapesContainer クラス
SpreadShapesContainer メンバ

 

 


© MESCIUS inc. All rights reserved.