Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.brushes |
The package provides helper classes and methods to work with different brush types.
|
com.aspose.imaging.extensions |
The package contains extension methods.
|
com.aspose.imaging.fileformats.emf.emf.objects |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
com.aspose.imaging.fileformats.emf.emf.records |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
com.aspose.imaging.fileformats.emf.graphics |
The package contains Emf/Emf+ graphics.
|
com.aspose.imaging.fileformats.eps |
The namespace contains EPS format type
|
com.aspose.imaging.fileformats.jpeg |
The package handles Jpeg file format processing.
|
com.aspose.imaging.fileformats.psd.layers |
The package contains PSD file format layers.
|
com.aspose.imaging.fileformats.wmf.objects |
The package contains types [MS-WMF]: Windows
Metafile Format 2.2 WMF Objects
|
Modifier and Type | Method and Description |
---|---|
static Point |
Point.add(Point point,
Size size)
Adds the specified
Aspose.Imaging.Size to the specified Aspose.Imaging.Point . |
static Point |
Point.ceiling(PointF point)
Converts the specified
Aspose.Imaging.PointF to a Aspose.Imaging.Point by rounding the values of the Aspose.Imaging.PointF to the next higher integer values. |
Point |
Point.Clone() |
static Point |
Point.getEmpty()
Gets a new instance of the
Aspose.Imaging.Point structure that has Aspose.Imaging.Point.X and Aspose.Imaging.Point.Y values set to zero. |
Point |
Rectangle.getLocation()
Gets or sets the coordinates of the upper-left corner of this
com.aspose.imaging.Rectangle structure. |
static Point |
Point.op_Addition(Point point,
Size size)
Translates a
Aspose.Imaging.Point by a given Aspose.Imaging.Size . |
static Point |
Point.op_Subtraction(Point point,
Size size)
Translates a
Aspose.Imaging.Point by the negative of a given Aspose.Imaging.Size . |
static Point |
Point.round(PointF point)
Converts the specified
Aspose.Imaging.PointF to a Aspose.Imaging.Point object by rounding the Aspose.Imaging.Point values to the nearest integer. |
static Point |
Point.subtract(Point point,
Size size)
Returns the result of subtracting specified
Aspose.Imaging.Size from the specified Aspose.Imaging.Point . |
static Point |
Size.to_Point(Size size)
Converts the specified
Aspose.Imaging.Size to a Aspose.Imaging.Point . |
static Point |
Point.truncate(PointF point)
Converts the specified
Aspose.Imaging.PointF to a Aspose.Imaging.Point by truncating the values of the Aspose.Imaging.Point . |
Modifier and Type | Method and Description |
---|---|
static Point |
Point.add(Point point,
Size size)
Adds the specified
Aspose.Imaging.Size to the specified Aspose.Imaging.Point . |
void |
Point.CloneTo(Point that) |
boolean |
Rectangle.contains(Point point)
Determines if the specified point is contained within this
com.aspose.imaging.Rectangle structure. |
void |
Graphics.drawBezier(Pen pen,
Point pt1,
Point pt2,
Point pt3,
Point pt4)
Draws a Bézier spline defined by four
Point structures. |
void |
Graphics.drawBeziers(Pen pen,
Point[] points)
Draws a series of Bézier 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.drawImage(Image image,
Point[] destPoints)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
Point[] destPoints,
Rectangle srcRect)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
Point[] destPoints,
Rectangle srcRect,
int srcUnit)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
Point[] destPoints,
Rectangle srcRect,
int srcUnit,
ImageAttributes imageAttributes)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
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. |
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 from two points specified. |
static boolean |
Point.isEquals(Point obj1,
Point obj2) |
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
Aspose.Imaging.Point by the specified Aspose.Imaging.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
Aspose.Imaging.Point by a given Aspose.Imaging.Size . |
static boolean |
Point.op_Equality(Point point1,
Point point2)
Compares two
Aspose.Imaging.Point objects. |
static boolean |
Point.op_Inequality(Point point1,
Point point2)
Compares two
Aspose.Imaging.Point objects. |
static Point |
Point.op_Subtraction(Point point,
Size size)
Translates a
Aspose.Imaging.Point by the negative of a given Aspose.Imaging.Size . |
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end)
Processes the loaded data.
|
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions)
Processes the loaded data.
|
void |
IPartialPixelLoader.process(Rectangle pixelsRectangle,
Color[] pixels,
Point start,
Point end)
Processes the loaded pixels.
|
void |
IPartialArgb32PixelLoader.process(Rectangle pixelsRectangle,
int[] pixels,
Point start,
Point end)
Processes the loaded pixels.
|
void |
Rectangle.setLocation(Point value)
Gets or sets the coordinates of the upper-left corner of this
com.aspose.imaging.Rectangle structure. |
static Point |
Point.subtract(Point point,
Size size)
Returns the result of subtracting specified
Aspose.Imaging.Size from the specified Aspose.Imaging.Point . |
static PointF |
Point.to_PointF(Point point)
Converts the specified
Point structure to the PointF structure. |
static Size |
Point.to_Size(Point point)
Converts the specified
Aspose.Imaging.Point structure to a Aspose.Imaging.Size structure. |
Constructor and Description |
---|
Matrix(Rectangle rect,
Point[] plgpts)
Initializes a new instance of the
Aspose.Imaging.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
com.aspose.imaging.Rectangle structure with the specified location and size. |
Size(Point point)
Initializes a new instance of the
Aspose.Imaging.Size structure from the specified Aspose.Imaging.Point . |
Constructor and Description |
---|
LinearGradientBrush(Point point1,
Point point2,
Color color1,
Color color2)
Initializes a new instance of the
LinearGradientBrush class with the specified points and colors. |
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. |
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. |
Modifier and Type | Method and Description |
---|---|
static PointF[] |
PointExtensions.toPointsArray(Point[] points)
Converts the
Point array to the PointF array. |
Modifier and Type | Method and Description |
---|---|
Point |
EmfText.getReference()
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the coordinates of the
reference point used to position the string.
|
Point |
EmfLogPen.getWidth()
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the width of
the pen by the value of its x field.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfText.setReference(Point value)
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the coordinates of the
reference point used to position the string.
|
void |
EmfLogPen.setWidth(Point value)
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the width of
the pen by the value of its x field.
|
Modifier and Type | Method and Description |
---|---|
Point[] |
EmfPolyBezier.getAPoints()
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the endpoints and control points of the Bezier curves, in logical units.
|
Point[] |
EmfPolyBezier16.getAPoints()
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
Point[] |
EmfPolyBezierTo.getAPoints()
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the endpoints and control points of the Bezier curves in logical units.
|
Point[] |
EmfPolyBezierTo16.getAPoints()
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points
|
Point[] |
EmfPolyDraw.getAPoints()
Gets or sets a Count length array of WMF PointL objects, specified in [MS-WMF]
section 2.2.2.15, which specifies the array of points, in logical units.
|
Point[] |
EmfPolyDraw16.getAPoints()
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
Point[] |
EmfPolygon.getAPoints()
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the vertexes of the polygon in logical units.
|
Point[] |
EmfPolygon16.getAPoints()
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
Point[] |
EmfPolyline.getAPoints()
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the point data, in logical units.
|
Point[] |
EmfPolyline16.getAPoints()
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
Point[] |
EmfPolylineTo.getAPoints()
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the point data, in logical units.
|
Point[] |
EmfPolylineTo16.getAPoints()
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
Point[][] |
EmfPolyPolygon.getAPoints()
Gets or sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that
specifies the points for all polygons in logical units.
|
Point[][] |
EmfPolyPolygon16.getAPoints()
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
Point[][] |
EmfPolyPolyline.getAPoints()
Gets or sets a Count-length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specify the point data, in logical units.
|
Point[][] |
EmfPolyPolyline16.getAPoints()
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
Point[] |
EmfPlgBlt.getAptlDest()
Gets or sets an array of three WMF PointL objects ([MS-WMF] section 2.2.2.15) that
specifies three corners a parallelogram destination area for the block transfer.
|
Point |
EmfAngleArc.getCenter()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the logical coordinates of the circle's center.
|
Point |
EmfArc.getEnd()
Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of
the ending point of the radial line defining the ending point of the arc.
|
Point |
EmfArcTo.getEnd()
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial
ending point, in logical units.
|
Point |
EmfChord.getEnd()
Gets or sets a 64-bit WMF PointL object that specifies the logical coordinates of the
endpoint of the radial defining the end of the chord.
|
Point |
EmfPie.getEnd()
Gets or sets a 64-bit PointL object that specifies the coordinates, in logical units, of the
endpoint of the second radial.
|
Point |
EmfMoveToEx.getOffset()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15,
which specifies coordinates of the new current position in logical units.
|
Point |
EmfOffsetClipRgn.getOffset()
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
horizontal and vertical offsets in logical units.
|
Point |
EmfSetBrushOrgEx.getOrigin()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the brush's horizontal and vertical origin in device units.
|
Point |
EmfSetViewportOrgEx.getOrigin()
Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
window horizontal and vertical origin in device units.
|
Point |
EmfSetWindowOrgEx.getOrigin()
Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
window horizontal and vertical origin in logical units.
|
Point |
EmfSetPixelV.getPixel()
Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
logical coordinates for the pixel.
|
Point |
EmfLineTo.getPoint()
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15,
which specifies the coordinates of the line's ending point.
|
Point |
EmfArc.getStart()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates, in logical units, of the ending point of the radial line defining the
starting point of the arc.
|
Point |
EmfArcTo.getStart()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates of the first radial ending point, in logical units.
|
Point |
EmfChord.getStart()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the logical coordinates of the endpoint of the radial defining the beginning of the chord.
|
Point |
EmfExtFloodFill.getStart()
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the
coordinates, in logical units, where filling begins.
|
Point |
EmfPie.getStart()
Gets or sets a 64-bit WMF PointL objects, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates, in logical units, of the endpoint of the first radial.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPolyBezier.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the endpoints and control points of the Bezier curves, in logical units.
|
void |
EmfPolyBezier16.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
void |
EmfPolyBezierTo.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the endpoints and control points of the Bezier curves in logical units.
|
void |
EmfPolyBezierTo16.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points
|
void |
EmfPolyDraw.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointL objects, specified in [MS-WMF]
section 2.2.2.15, which specifies the array of points, in logical units.
|
void |
EmfPolyDraw16.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
void |
EmfPolygon.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the vertexes of the polygon in logical units.
|
void |
EmfPolygon16.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
void |
EmfPolyline.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the point data, in logical units.
|
void |
EmfPolyline16.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
void |
EmfPolylineTo.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specifies the point data, in logical units.
|
void |
EmfPolylineTo16.setAPoints(Point[] value)
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
void |
EmfPolyPolygon.setAPoints(Point[][] value)
Gets or sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that
specifies the points for all polygons in logical units.
|
void |
EmfPolyPolygon16.setAPoints(Point[][] value)
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
void |
EmfPolyPolyline.setAPoints(Point[][] value)
Gets or sets a Count-length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specify the point data, in logical units.
|
void |
EmfPolyPolyline16.setAPoints(Point[][] value)
Gets or sets a Count length array of WMF PointS objects, specified in [MS-WMF]
section 2.2.2.16, which specifies the array of points.
|
void |
EmfPlgBlt.setAptlDest(Point[] value)
Gets or sets an array of three WMF PointL objects ([MS-WMF] section 2.2.2.15) that
specifies three corners a parallelogram destination area for the block transfer.
|
void |
EmfAngleArc.setCenter(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the logical coordinates of the circle's center.
|
void |
EmfArc.setEnd(Point value)
Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of
the ending point of the radial line defining the ending point of the arc.
|
void |
EmfArcTo.setEnd(Point value)
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial
ending point, in logical units.
|
void |
EmfChord.setEnd(Point value)
Gets or sets a 64-bit WMF PointL object that specifies the logical coordinates of the
endpoint of the radial defining the end of the chord.
|
void |
EmfPie.setEnd(Point value)
Gets or sets a 64-bit PointL object that specifies the coordinates, in logical units, of the
endpoint of the second radial.
|
void |
EmfMoveToEx.setOffset(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15,
which specifies coordinates of the new current position in logical units.
|
void |
EmfOffsetClipRgn.setOffset(Point value)
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
horizontal and vertical offsets in logical units.
|
void |
EmfSetBrushOrgEx.setOrigin(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the brush's horizontal and vertical origin in device units.
|
void |
EmfSetViewportOrgEx.setOrigin(Point value)
Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
window horizontal and vertical origin in device units.
|
void |
EmfSetWindowOrgEx.setOrigin(Point value)
Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
window horizontal and vertical origin in logical units.
|
void |
EmfSetPixelV.setPixel(Point value)
Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the
logical coordinates for the pixel.
|
void |
EmfLineTo.setPoint(Point value)
Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15,
which specifies the coordinates of the line's ending point.
|
void |
EmfArc.setStart(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates, in logical units, of the ending point of the radial line defining the
starting point of the arc.
|
void |
EmfArcTo.setStart(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates of the first radial ending point, in logical units.
|
void |
EmfChord.setStart(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which
specifies the logical coordinates of the endpoint of the radial defining the beginning of the chord.
|
void |
EmfExtFloodFill.setStart(Point value)
Gets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15), which specifies the
coordinates, in logical units, where filling begins.
|
void |
EmfPie.setStart(Point value)
Gets or sets a 64-bit WMF PointL objects, specified in [MS-WMF] section 2.2.2.15, which
specifies the coordinates, in logical units, of the endpoint of the first radial.
|
Modifier and Type | Method and Description |
---|---|
void |
MetafileRecorderGraphics2D.drawCubicBezier(Pen pen,
Point pt1,
Point pt2,
Point pt3,
Point pt4)
Draws the cubic bezier.
|
void |
MetafileRecorderGraphics2D.drawImage(RasterImage image,
Point location)
Draws the specified Image, using its original physical size, at the specified location.
|
void |
MetafileRecorderGraphics2D.drawLine(Pen pen,
Point pt1,
Point pt2)
Draws the line.
|
void |
MetafileRecorderGraphics2D.drawPolyCubicBezier(Pen pen,
Point[] points)
Draws the poly cubic bezier.
|
void |
MetafileRecorderGraphics2D.drawPolygon(Pen pen,
Point[] points)
Draws the polygon.
|
void |
MetafileRecorderGraphics2D.drawPolyline(Pen pen,
Point[] points)
Draws the polyline.
|
void |
MetafileRecorderGraphics2D.fillPolygon(Brush brush,
Point[] points)
Fills the polygon.
|
void |
MetafileRecorderGraphics2D.fillPolygon(Brush brush,
Point[] points,
int fillMode)
Fills the polygon.
|
Modifier and Type | Method and Description |
---|---|
Point |
EpsImage.getBoundingBoxBottomLeft()
Gets the bounding box bottom left position
|
Point |
EpsImage.getBoundingBoxTopRight()
Gets the bounding box top right position
|
Modifier and Type | Method and Description |
---|---|
void |
JpegSaver.process(Rectangle rectangle,
byte[] data,
Point start,
Point end)
The process.
|
void |
JpegSaver.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions)
Processes the specified rectangle.
|
void |
JpegSaver.process(Rectangle pixelsRectangle,
Color[] pixels,
Point start,
Point end)
The process.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.drawImage(Point location,
RasterImage image)
Draws the image on layer.
|
void |
TextLayer.updateText(String text,
Point leftTopCoordinate)
Updates the text.
|
void |
TextLayer.updateText(String text,
Point leftTopCoordinate,
Color color)
Updates the text.
|
void |
TextLayer.updateText(String text,
Point leftTopCoordinate,
float fontSize)
Updates the text.
|
void |
TextLayer.updateText(String text,
Point leftTopCoordinate,
float fontSize,
Color color)
Updates the text.
|
Modifier and Type | Method and Description |
---|---|
Point[] |
WmfPolygon.getAPoints()
Gets or sets the points.
|
Point[] |
WmfPolyLine.getAPoints()
Gets or sets the points.
|
Point[][] |
WmfPolyPolygon.getAPoints()
Gets or sets a points.
|
Point |
WmfSetDibToDev.getDestPos()
Gets or sets the dest position.
|
Point |
WmfSetDibToDev.getDibPos()
Gets or sets the dib position.
|
Point |
WmfDibBitBlt.getDstPos()
Gets or sets the DST position.
|
Point |
WmfStretchBlt.getDstPosition()
Gets or sets the DST position.
|
Point |
WmfArc.getEndArc()
Gets or sets the end arc.
|
Point |
WmfPointObject.getPoint()
Gets or sets the point.
|
Point |
WmfChord.getRadial1()
Gets or sets the radial1.
|
Point |
WmfPie.getRadial1()
Gets or sets the radial1.
|
Point |
WmfChord.getRadial2()
Gets or sets the radial2.
|
Point |
WmfPie.getRadial2()
Gets or sets the radial2.
|
Point[] |
WmfScanObject.getScanLines()
Gets or sets the scan lines.
|
Point |
WmfDibBitBlt.getSrcPos()
Gets or sets the source position.
|
Point |
WmfStretchBlt.getSrcPosition()
Gets or sets the source position.
|
Point |
WmfArc.getStartArc()
Gets or sets the start arc.
|
Modifier and Type | Method and Description |
---|---|
void |
WmfPolygon.setAPoints(Point[] value)
Gets or sets the points.
|
void |
WmfPolyLine.setAPoints(Point[] value)
Gets or sets the points.
|
void |
WmfPolyPolygon.setAPoints(Point[][] value)
Gets or sets a points.
|
void |
WmfSetDibToDev.setDestPos(Point value)
Gets or sets the dest position.
|
void |
WmfSetDibToDev.setDibPos(Point value)
Gets or sets the dib position.
|
void |
WmfDibBitBlt.setDstPos(Point value)
Gets or sets the DST position.
|
void |
WmfStretchBlt.setDstPosition(Point value)
Gets or sets the DST position.
|
void |
WmfArc.setEndArc(Point value)
Gets or sets the end arc.
|
void |
WmfPointObject.setPoint(Point value)
Gets or sets the point.
|
void |
WmfChord.setRadial1(Point value)
Gets or sets the radial1.
|
void |
WmfPie.setRadial1(Point value)
Gets or sets the radial1.
|
void |
WmfChord.setRadial2(Point value)
Gets or sets the radial2.
|
void |
WmfPie.setRadial2(Point value)
Gets or sets the radial2.
|
void |
WmfScanObject.setScanLines(Point[] value)
Gets or sets the scan lines.
|
void |
WmfDibBitBlt.setSrcPos(Point value)
Gets or sets the source position.
|
void |
WmfStretchBlt.setSrcPosition(Point value)
Gets or sets the source position.
|
void |
WmfArc.setStartArc(Point value)
Gets or sets the start arc.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.