 | FS_RECTFIntersect Method |
Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic void Intersect(
FS_RECTF rect
)
Public Sub Intersect (
rect As FS_RECTF
)
public:
void Intersect(
FS_RECTF rect
)
member Intersect :
rect : FS_RECTF -> unit public void Intersect(
FS_RECTF rect
)
function Intersect(rect);
Parameters
- rect FS_RECTF
- The rectangle to intersect with the current rectangle.
See Also