|
PdfiumViewer
|
Public Member Functions | |
| PdfPoint (int page, PointF location) | |
| bool | Equals (PdfPoint other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (PdfPoint left, PdfPoint right) |
| static bool | operator!= (PdfPoint left, PdfPoint right) |
Static Public Attributes | |
| static readonly PdfPoint | Empty = new PdfPoint() |
Properties | |
| int | Page [get] |
| PointF | Location [get] |
| bool | IsValid [get] |