Boundary Methods

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The Boundary type exposes the following members.

Methods

  NameDescription
Public methodCode exampleGetBoundaryInPixels(Int32)
Gets the boundary in pixels in the following format: [left bottom right top].
Public methodCode exampleGetBoundaryInPixels(Single)
Gets the boundary in pixels in the following format: [left bottom right top].
Public methodStatic memberHaveIntersection(Boundary, Boundary)
Checks if the specified boundaries have intersection.
Public methodStatic memberHaveIntersection(Boundary, Double, Double, Double, Double)
Checks if the specified boundaries have intersection.
Public methodRound
Create new boundary by rounding the instance.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Public methodStatic memberUnion
Unions the specified boundaries.
Top
See Also

Reference