Class Index

Classes


Class PDFNet.Point

PDFNet.Point

Class Summary
Constructor Attributes Constructor Name and Description
 
PDFNet.Point(x, y)
2D Point A Point represents an (x,y) coordinate point.
Class Detail
PDFNet.Point(x, y)
2D Point A Point represents an (x,y) coordinate point. -------------------- Since Point is a struct, it can be created manually by calling "new PDFNet.Point(x, y)" eg. var myfoo = new PDFNet.Point(1,2); Default values for a Point struct are: x = 0 y = 0
Parameters:
x
y

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:41 GMT-0700 (PDT)