Apitron.PDF.Kit library for .NET
Top
The Boundary type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetBoundaryInPixels(Int32) |
Gets the boundary in pixels in the following format: [left bottom right top].
|
![]() ![]() | GetBoundaryInPixels(Single) |
Gets the boundary in pixels in the following format: [left bottom right top].
|
![]() ![]() | HaveIntersection(Boundary, Boundary) |
Checks if the specified boundaries have intersection.
|
![]() ![]() | HaveIntersection(Boundary, Double, Double, Double, Double) |
Checks if the specified boundaries have intersection.
|
![]() | Round |
Create new boundary by rounding the instance.
|
![]() | ToString | (Overrides ObjectToString.) |
![]() ![]() | Union |
Unions the specified boundaries.
|
See Also