Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Function FillContainsPoint( _
   ByVal  As Point2F _
) As System.Boolean
             
        
            
            public System.bool FillContainsPoint( 
   Point2F 
)
             
        
             
        
            パラメータ
- point
 
- The point to test.
 
            
            戻り値の型
When this method returns, contains a bool value that is true if the area filled by the geometry contains point; otherwise, false.You must allocate storage for this parameter.