GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / ExcludeIntersectionWithPolygon Method





In This Topic
ExcludeIntersectionWithPolygon Method (GdPictureRectangleF)
In This Topic
Syntax
'Declaration
 
Public Function ExcludeIntersectionWithPolygon( _
   ByVal polygon() As GdPicturePointF, _
   ByVal polygonBoundingBox As GdPictureRectangleF, _
   ByVal epsilon As Single, _
   ByVal marginLeft As Single, _
   ByVal marginRight As Single _
) As List(Of GdPictureRectangleF)
public List<GdPictureRectangleF> ExcludeIntersectionWithPolygon( 
   GdPicturePointF[] polygon,
   GdPictureRectangleF polygonBoundingBox,
   float epsilon,
   float marginLeft,
   float marginRight
)
public function ExcludeIntersectionWithPolygon( 
    polygon: GdPicturePointFarray of;
    polygonBoundingBox: GdPictureRectangleF;
    epsilon: Single;
    marginLeft: Single;
    marginRight: Single
): List; 
public function ExcludeIntersectionWithPolygon( 
   polygon : GdPicturePointF[],
   polygonBoundingBox : GdPictureRectangleF,
   epsilon : float,
   marginLeft : float,
   marginRight : float
) : List;
public: List<GdPictureRectangleF*>* ExcludeIntersectionWithPolygon( 
   GdPicturePointF[]* polygon,
   GdPictureRectangleF* polygonBoundingBox,
   float epsilon,
   float marginLeft,
   float marginRight
) 
public:
List<GdPictureRectangleF^>^ ExcludeIntersectionWithPolygon( 
   array<GdPicturePointF>^ polygon,
   GdPictureRectangleF^ polygonBoundingBox,
   float epsilon,
   float marginLeft,
   float marginRight
) 

Parameters

polygon
polygonBoundingBox
epsilon
marginLeft
marginRight
See Also