Click or drag to resize

InternalClipper Methods

The InternalClipper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCrossProduct Calculates the cross product of three points.
Public methodStatic memberCrossProductSign Determines the sign of the cross product of two vectors.
Public methodStatic memberGetBounds Gets the bounding rectangle of a path.
Public methodStatic memberGetClosestPtOnSegment Gets the closest point on a segment to a given point.
Public methodStatic memberGetLineIntersectPt(Point64, Point64, Point64, Point64, Point64) Calculates the intersection point of two lines defined by pairs of points.
Public methodStatic memberGetLineIntersectPt(PointD, PointD, PointD, PointD, PointD) Calculates the intersection point of two lines defined by pairs of points.
Public methodStatic memberMultiplyUInt64 Multiplies two 64-bit unsigned integers and returns the 128-bit result as two 64-bit parts.
Public methodStatic memberPath2ContainsPath1 Determines if one path is completely contained within another.
Public methodStatic memberPointInPolygon Determines the position of a point relative to a polygon.
Top
See Also