'宣言
 
Public Function CalculateAutoZoomCenter( _
   ByRef  As System.Double, _
   ByRef  As C1.Win.Interop.Point, _
   Optional ByVal  As System.Collections.Generic.IEnumerable(Of VectorItem) _
) As System.Boolean
             
        
            
            public System.bool CalculateAutoZoomCenter( 
   out System.double ,
   out C1.Win.Interop.Point ,
   System.Collections.Generic.IEnumerable<VectorItem> 
)
             
        
             
        
            パラメータ
- zoom
 
- 最適なズーム。
 - center
 
- 最適な中心。
 - items
 
- ベクター項目(null 指定すると、すべてを選択できます)。
 
            
            戻り値の型
追跡する項目がない場合は false、そうでない場合は true。