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