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