Uses of Class
com.aspose.imaging.Point

Packages that use Point
com.aspose.imaging   
com.aspose.imaging.brushes   
com.aspose.imaging.createoptions   
 

Uses of Point in com.aspose.imaging
 

Methods in com.aspose.imaging that return Point
static Point Point.add(Point point, Size size)
           Adds the specified Size to the specified Point.
static Point Point.ceiling(PointF point)
           Converts the specified PointF to a Point by rounding the values of the PointF to the next higher integer values.
 Point Point.Clone()
           
static Point Point.getEmpty()
           Gets a new instance of the Point structure that has Point.X and Point.Y values set to zero.
 Point Rectangle.getLocation()
           Gets the coordinates of the upper-left corner of this Rectangle structure.
static Point Point.op_Addition(Point point, Size size)
           Translates a Point by a given Size.
static Point Point.op_Subtraction(Point point, Size size)
           Translates a Point by the negative of a given Size.
static Point Point.round(PointF point)
           Converts the specified PointF to a Point object by rounding the Point values to the nearest integer.
static Point Point.subtract(Point point, Size size)
           Returns the result of subtracting specified Size from the specified Point.
static Point Size.toPoint(Size size)
           Converts the specified Size to a Point.
static Point Point.truncate(PointF point)
           Converts the specified PointF to a Point by truncating the values of the Point.
 

Methods in com.aspose.imaging with parameters of type Point
static Point Point.add(Point point, Size size)
           Adds the specified Size to the specified Point.
 void Point.CloneTo(Point that)
           
 boolean Rectangle.contains(Point point)
           Determines if the specified point is contained within this Rectangle structure.
 void Graphics.drawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4)
           Draws a Bezier spline defined by four Point structures.
 void Graphics.drawBeziers(Pen pen, Point[] points)
           Draws a series of Bezier splines from an array of Point structures.
 void Graphics.drawClosedCurve(Pen pen, Point[] points)
           Draws a closed cardinal spline defined by an array of Point structures.
 void Graphics.drawClosedCurve(Pen pen, Point[] points, float tension)
           Draws a closed cardinal spline defined by an array of Point structures using a specified tension.
 void Graphics.drawCurve(Pen pen, Point[] points)
           Draws a cardinal spline through a specified array of Point structures.
 void Graphics.drawCurve(Pen pen, Point[] points, float tension)
           Draws a cardinal spline through a specified array of Point structures using a specified tension.
 void Graphics.drawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, float tension)
           Draws a cardinal spline through a specified array of Point structures using a specified tension.
 void Graphics.drawImage(Image sourceImage, Point point)
           Draws the specified Image, using its original physical size, at the specified location.
 void Graphics.drawImageUnscaled(Image sourceImage, Point point)
           Draws a specified image using its original physical size at a specified location.
 void Graphics.drawLine(Pen pen, Point point1, Point point2)
           Draws a line connecting two Point structures.
 void Graphics.drawLines(Pen pen, Point[] points)
           Draws a series of line segments that connect an array of Point structures.
 void Graphics.drawPolygon(Pen pen, Point[] points)
           Draws a polygon defined by an array of Point structures.
static boolean Point.equals(Point obj1, Point obj2)
           
 void Graphics.fillClosedCurve(Brush brush, Point[] points)
           Fills the interior of a closed cardinal spline curve defined by an array of com.aspose.imaging.Point structures.
 void Graphics.fillClosedCurve(Brush brush, Point[] points, int fillmode)
           Fills the interior of a closed cardinal spline curve defined by an array of com.aspose.imaging.Point structures using the specified fill mode.
 void Graphics.fillClosedCurve(Brush brush, Point[] points, int fillmode, float tension)
           Fills the interior of a closed cardinal spline curve defined by an array of com.aspose.imaging.Point structures using the specified fill mode and tension.
 void Graphics.fillPolygon(Brush brush, Point[] points)
           Fills the interior of a polygon defined by an array of points specified by com.aspose.imaging.Point structures and FillMode.Alternate.
 void Graphics.fillPolygon(Brush brush, Point[] points, int fillMode)
           Fills the interior of a polygon defined by an array of points specified by com.aspose.imaging.Point structures using the specified fill mode.
static Rectangle Rectangle.fromPoints(Point point1, Point point2)
           Creates a new Rectangle froms two points specified.
 boolean GraphicsPath.isOutlineVisible(Point point, Pen pen)
           Indicates whether the specified point is contained within (under) the outline of this com.aspose.imaging.GraphicsPath when drawn with the specified com.aspose.imaging.Pen.
 boolean GraphicsPath.isOutlineVisible(Point pt, Pen pen, Graphics graphics)
           Indicates whether the specified point is contained within (under) the outline of this com.aspose.imaging.GraphicsPath when drawn with the specified com.aspose.imaging.Pen and using the specified com.aspose.imaging.Graphics.
 boolean GraphicsPath.isVisible(Point point)
           Indicates whether the specified point is contained within this com.aspose.imaging.GraphicsPath.
 boolean Region.isVisible(Point point)
           Tests whether the specified com.aspose.imaging.Point structure is contained within this com.aspose.imaging.Region.
 boolean GraphicsPath.isVisible(Point pt, Graphics graphics)
           Indicates whether the specified point is contained within this com.aspose.imaging.GraphicsPath.
 boolean Region.isVisible(Point point, Graphics g)
           Tests whether the specified com.aspose.imaging.Point structure is contained within this com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.Graphics.
 void Point.offset(Point point)
           Translates this Point by the specified Point.
 void Rectangle.offset(Point pos)
           Adjusts the location of this rectangle by the specified amount.
static Point Point.op_Addition(Point point, Size size)
           Translates a Point by a given Size.
static boolean Point.op_Equality(Point point1, Point point2)
           Compares two Point objects.
static boolean Point.op_Inequality(Point point1, Point point2)
           Compares two Point objects.
static Point Point.op_Subtraction(Point point, Size size)
           Translates a Point by the negative of a given Size.
 void Rectangle.setLocation(Point value)
           Sets the coordinates of the upper-left corner of this Rectangle structure.
static Point Point.subtract(Point point, Size size)
           Returns the result of subtracting specified Size from the specified Point.
static PointF Point.toPointF(Point point)
           Converts the specified Point structure to the PointF structure.
static Size Point.toSize(Point point)
           Converts the specified Point structure to a Size structure.
 

Constructors in com.aspose.imaging with parameters of type Point
Matrix(Rectangle rect, Point[] plgpts)
           Initializes a new instance of the Matrix class to the geometric transform defined by the specified rectangle and array of points.
Rectangle(Point location, Size size)
           Initializes a new instance of the Rectangle structure with the specified location and size.
Size(Point point)
           Initializes a new instance of the Size structure from the specified Point.
 

Uses of Point in com.aspose.imaging.brushes
 

Constructors in com.aspose.imaging.brushes with parameters of type Point
LinearGradientBrush(Point point1, Point point2, Color color1, Color color2)
           Initializes a new instance of the LinearGradientBrush class with the specified points and colors.
LinearGradientBrushBase(Point point1, Point point2)
           Initializes a new instance of the LinearGradientBrushBase class.
LinearMulticolorGradientBrush(Point point1, Point point2)
           Initializes a new instance of the LinearMulticolorGradientBrush class with the specified points.
PathGradientBrush(Point[] points)
           Initializes a new instance of the PathGradientBrush class with the specified points.
PathGradientBrush(Point[] points, int wrapMode)
           Initializes a new instance of the PathGradientBrush class with the specified points and wrap mode.
PathGradientBrushBase(Point[] points)
           Initializes a new instance of the PathGradientBrushBase class with the specified points.
PathGradientBrushBase(Point[] points, int wrapMode)
           Initializes a new instance of the PathGradientBrushBase class with the specified points and wrap mode.
PathMulticolorGradientBrush(Point[] points)
           Initializes a new instance of the PathMulticolorGradientBrush class with the specified points.
PathMulticolorGradientBrush(Point[] points, int wrapMode)
           Initializes a new instance of the PathMulticolorGradientBrush class with the specified points and wrap mode.
 

Uses of Point in com.aspose.imaging.createoptions
 

Methods in com.aspose.imaging.createoptions that return Point
 Point LayerCreateOptions.getLocation()
           Gets the layer location.
 

Methods in com.aspose.imaging.createoptions with parameters of type Point
 void LayerCreateOptions.setLocation(Point value)
           Sets the layer location.