GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF / ExcludeIntersectionWithRect Method





In This Topic
ExcludeIntersectionWithRect Method
In This Topic
Syntax
'Declaration
 
Public Function ExcludeIntersectionWithRect( _
   ByVal exclude As GdPictureRectangleF, _
   ByVal epsilon As Single _
) As List(Of GdPictureRectangleF)
public List<GdPictureRectangleF> ExcludeIntersectionWithRect( 
   GdPictureRectangleF exclude,
   float epsilon
)
public function ExcludeIntersectionWithRect( 
    exclude: GdPictureRectangleF;
    epsilon: Single
): List; 
public function ExcludeIntersectionWithRect( 
   exclude : GdPictureRectangleF,
   epsilon : float
) : List;
public: List<GdPictureRectangleF*>* ExcludeIntersectionWithRect( 
   GdPictureRectangleF* exclude,
   float epsilon
) 
public:
List<GdPictureRectangleF^>^ ExcludeIntersectionWithRect( 
   GdPictureRectangleF^ exclude,
   float epsilon
) 

Parameters

exclude
epsilon
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF
GdPictureRectangleF Members