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.cdr.objects |
The namespace handles Cdr file format processing.
|
com.aspose.imaging.fileformats.cmx.objectmodel |
The namespace handles Tiff file format processing.
|
com.aspose.imaging.fileformats.cmx.objectmodel.specs |
The namespace handles Tiff file format processing.
|
com.aspose.imaging.fileformats.emf.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
com.aspose.imaging.fileformats.emf.emfplus.records |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.3 EMF+ Records
|
com.aspose.imaging.fileformats.emf.graphics |
The package contains Emf/Emf+ graphics.
|
com.aspose.imaging.fileformats.opendocument.objects.graphic |
The Open document graphic objects
|
com.aspose.imaging.shapes |
The package contains different shapes combined from shape segments.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
RectangleF.Clone() |
static RectangleF |
RectangleF.fromLeftTopRightBottom(float left,
float top,
float right,
float bottom)
Creates a
Aspose.Imaging.RectangleF structure with upper-left corner and lower-right corner at the specified locations. |
static RectangleF |
RectangleF.fromPoints(PointF point1,
PointF point2)
Creates a new
Rectangle from two points specified. |
abstract RectangleF |
ObjectWithBounds.getBounds()
Gets the object's bounds.
|
RectangleF |
GraphicsPath.getBounds()
Gets or sets the object's bounds.
|
RectangleF |
Figure.getBounds()
Gets or sets the object's bounds.
|
abstract RectangleF |
ObjectWithBounds.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
GraphicsPath.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
Figure.getBounds(Matrix matrix)
Gets the object's bounds.
|
abstract RectangleF |
ObjectWithBounds.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
GraphicsPath.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
Figure.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
static RectangleF |
RectangleF.getEmpty()
Gets a new instance of the
Aspose.Imaging.RectangleF structure that has Aspose.Imaging.RectangleF.X , Aspose.Imaging.RectangleF.Y , Aspose.Imaging.RectangleF.Width and Aspose.Imaging.RectangleF.Height values set to zero. |
static RectangleF |
RectangleF.inflate(RectangleF rect,
float x,
float y)
Creates and returns an inflated copy of the specified
Aspose.Imaging.RectangleF structure. |
static RectangleF |
RectangleF.intersect(RectangleF a,
RectangleF b)
Returns a
Aspose.Imaging.RectangleF structure that represents the intersection of two rectangles. |
static RectangleF |
RectangleF.to_RectangleF(Rectangle rect)
Converts the specified
Aspose.Imaging.Rectangle structure to a Aspose.Imaging.RectangleF structure. |
static RectangleF |
RectangleF.union(RectangleF a,
RectangleF b)
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
Rectangle.ceiling(RectangleF value)
Converts the specified
com.aspose.imaging.RectangleF structure to a com.aspose.imaging.Rectangle structure by rounding the com.aspose.imaging.RectangleF values to the next higher integer values. |
void |
RectangleF.CloneTo(RectangleF that) |
void |
Region.complement(RectangleF rect)
Updates this
com.aspose.imaging.Region to contain the portion of the specified com.aspose.imaging.RectangleF structure that does not intersect with this com.aspose.imaging.region . |
boolean |
RectangleF.contains(RectangleF rect)
Determines if the rectangular region represented by
rect is entirely contained within this Aspose.Imaging.RectangleF structure. |
void |
Graphics.drawArc(Pen pen,
RectangleF rect,
float startAngle,
float sweepAngle)
Draws an arc representing a portion of an ellipse specified by a
RectangleF structure. |
void |
Graphics.drawEllipse(Pen pen,
RectangleF rect)
Draws an ellipse defined by a bounding
RectangleF . |
void |
Graphics.drawImage(Image image,
PointF[] destPoints,
RectangleF srcRect)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
PointF[] destPoints,
RectangleF 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,
PointF[] destPoints,
RectangleF srcRect,
int srcUnit,
ImageAttributes imageAttributes)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
RectangleF rect)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
RectangleF rectDestination,
int graphicsUnit)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
RectangleF rectDestination,
int graphicsUnit,
ImageAttributes imageAttributes)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
RectangleF rectSource,
RectangleF rectDestination,
int graphicsUnit)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
RectangleF rectSource,
RectangleF rectDestination,
int graphicsUnit,
ImageAttributes imageAttributes)
Draws the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawPie(Pen pen,
RectangleF rect,
float startAngle,
float sweepAngle)
Draws a pie shape defined by an ellipse specified by a
RectangleF structure and two radial lines. |
void |
Graphics.drawRectangle(Pen pen,
RectangleF rect)
Draws a rectangle specified by a
RectangleF structure. |
void |
Graphics.drawRectangles(Pen pen,
RectangleF[] rects)
Draws a series of rectangles specified by
RectangleF structures. |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
RectangleF layoutRectangle)
Draws the specified text string in the specified rectangle with the specified
com.aspose.imaging.Brush and com.aspose.imaging.Font objects. |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
RectangleF layoutRectangle,
StringFormat format)
Draws the specified text string in the specified rectangle with the specified
com.aspose.imaging.Brush and com.aspose.imaging.Font objects using the formatting attributes of the specified com.aspose.imaging.stringFormat . |
void |
Region.exclude(RectangleF rect)
Updates this
com.aspose.imaging.Region to contain only the portion of its interior that does not intersect with the specified com.aspose.imaging.RectangleF structure. |
void |
Graphics.fillEllipse(Brush brush,
RectangleF rect)
Fills the interior of an ellipse defined by a bounding rectangle specified by a
com.aspose.imaging.RectangleF structure. |
void |
Graphics.fillPie(Brush brush,
RectangleF rect,
float startAngle,
float sweepAngle)
Fills the interior of a pie section defined by an ellipse specified by a
com.aspose.imaging.RectangleF structure and two radial lines. |
void |
Graphics.fillRectangle(Brush brush,
RectangleF rect)
Fills the interior of a rectangle specified by a
RectangleF structure. |
void |
Graphics.fillRectangles(Brush brush,
RectangleF[] rects)
Fills the interiors of a series of rectangles specified by
RectangleF structures. |
static RectangleF |
RectangleF.inflate(RectangleF rect,
float x,
float y)
Creates and returns an inflated copy of the specified
Aspose.Imaging.RectangleF structure. |
void |
Region.intersect(RectangleF rect)
Updates this
com.aspose.imaging.Region to the intersection of itself with the specified com.aspose.imaging.RectangleF structure. |
void |
RectangleF.intersect(RectangleF rect)
Replaces this
Aspose.Imaging.RectangleF structure with the intersection of itself and the specified Aspose.Imaging.RectangleF structure. |
static RectangleF |
RectangleF.intersect(RectangleF a,
RectangleF b)
Returns a
Aspose.Imaging.RectangleF structure that represents the intersection of two rectangles. |
boolean |
RectangleF.intersectsWith(RectangleF rect)
Determines if this rectangle intersects with
rect . |
static boolean |
RectangleF.isEquals(RectangleF obj1,
RectangleF obj2) |
boolean |
Region.isVisible(RectangleF rect)
Tests whether any portion of the specified
com.aspose.imaging.RectangleF structure is contained within this com.aspose.imaging.region . |
boolean |
Region.isVisible(RectangleF rect,
Graphics g)
Tests whether any portion of the specified
com.aspose.imaging.RectangleF structure is contained within this com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |
static boolean |
RectangleF.op_Equality(RectangleF left,
RectangleF right)
Tests whether two
Aspose.Imaging.RectangleF structures have equal location and size. |
static boolean |
RectangleF.op_Inequality(RectangleF left,
RectangleF right)
Tests whether two
Aspose.Imaging.RectangleF structures differ in location or size. |
static Rectangle |
Rectangle.round(RectangleF value)
Converts the specified
com.aspose.imaging.RectangleF to a com.aspose.imaging.Rectangle by rounding the com.aspose.imaging.RectangleF values to the nearest integer values. |
static Rectangle |
Rectangle.truncate(RectangleF value)
Converts the specified
com.aspose.imaging.RectangleF to a com.aspose.imaging.Rectangle by truncating the com.aspose.imaging.RectangleF values. |
void |
Region.union(RectangleF rect)
Updates this
com.aspose.imaging.Region to the union of itself and the specified com.aspose.imaging.RectangleF structure. |
static RectangleF |
RectangleF.union(RectangleF a,
RectangleF b)
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
|
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
com.aspose.imaging.graphicsPath . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect,
Matrix matrix)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
com.aspose.imaging.graphicsPath . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect,
Matrix matrix,
int warpMode)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
com.aspose.imaging.graphicsPath . |
void |
GraphicsPath.warp(PointF[] destPoints,
RectangleF srcRect,
Matrix matrix,
int warpMode,
float flatness)
Applies a warp transform, defined by a rectangle and a parallelogram, to this
com.aspose.imaging.graphicsPath . |
void |
Region.xor(RectangleF rect)
Updates this
com.aspose.imaging.Region to the union minus the intersection of itself with the specified com.aspose.imaging.RectangleF structure. |
Constructor and Description |
---|
Matrix(RectangleF rect,
PointF[] plgpts)
Initializes a new instance of the
Aspose.Imaging.Matrix class to the geometric transform defined by the specified rectangle and array of points. |
Region(RectangleF rect)
Initializes a new
T:Aspose.Imaging.Region from the specified T:Aspose.Imaging.RectangleF structure. |
Modifier and Type | Method and Description |
---|---|
RectangleF |
TextureBrush.getImageRectangle()
Gets the
Rectangle associated with this TextureBrush . |
RectangleF |
LinearGradientBrushBase.getRectangle()
Gets a rectangular region that defines the starting and ending points of the gradient.
|
Modifier and Type | Method and Description |
---|---|
void |
LinearGradientBrushBase.setRectangle(RectangleF value)
Sets a rectangular region that defines the starting and ending points of the gradient.
|
Constructor and Description |
---|
LinearGradientBrush(RectangleF rect,
Color color1,
Color color2,
float angle)
Initializes a new instance of the
LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation angle. |
LinearGradientBrush(RectangleF rect,
Color color1,
Color color2,
float angle,
boolean isAngleScalable)
Initializes a new instance of the
LinearGradientBrush class based on a rectangle, starting and ending colors, and an orientation angle. |
LinearMulticolorGradientBrush(RectangleF rect,
float angle)
Initializes a new instance of the
LinearMulticolorGradientBrush class based on a rectangle and an orientation angle. |
LinearMulticolorGradientBrush(RectangleF rect,
float angle,
boolean isAngleScalable)
Initializes a new instance of the
LinearMulticolorGradientBrush class based on a rectangle and an orientation angle. |
TextureBrush(Image image,
int wrapMode,
RectangleF destinationRectangle)
Initializes a new instance of the
Aspose.Imaging.Brushes.TextureBrush class that uses the specified image, wrap mode, and bounding rectangle. |
TextureBrush(Image image,
RectangleF destinationRectangle)
Initializes a new instance of the
Aspose.Imaging.Brushes.TextureBrush class that uses the specified image and bounding rectangle. |
TextureBrush(Image image,
RectangleF destinationRectangle,
ImageAttributes imageAttributes)
Initializes a new instance of the
Aspose.Imaging.Brushes.TextureBrush class that uses the specified image, bounding rectangle, and image attributes. |
Modifier and Type | Method and Description |
---|---|
static RectangleF |
RectangleExtensions.unionWith(RectangleF rectangle,
RectangleF otherRectangle)
Unions two rectangle.
|
Modifier and Type | Method and Description |
---|---|
static Rectangle2D.Float |
RectangleExtensions.toGdiRectangle(RectangleF rectangle)
Converts the
RectangleF to the System.Drawing.Rectangle . |
static RectangleF |
RectangleExtensions.unionWith(RectangleF rectangle,
RectangleF otherRectangle)
Unions two rectangle.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
CdrGraphicObject.getBoundsInPixels()
Gets the bounds in pixels.
|
Modifier and Type | Method and Description |
---|---|
void |
CdrGraphicObject.setBoundsInPixels(RectangleF value)
Sets the bounds in pixels.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
CmxProcedure.getBoundBox()
Gets the bounding box.
|
RectangleF |
CmxPage.getBoundBox()
Gets the bounding box.
|
RectangleF |
CmxGroup.getBoundBox()
Gets the bounding box.
|
Modifier and Type | Method and Description |
---|---|
void |
CmxProcedure.setBoundBox(RectangleF value)
Sets the bounding box.
|
void |
CmxPage.setBoundBox(RectangleF value)
Sets the bounding box.
|
void |
CmxGroup.setBoundBox(RectangleF value)
Sets the bounding box.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
CmxImageSpec.getBoundBox()
Gets the bound box.
|
RectangleF |
CmxImageSpec.getCropBox()
Gets the crop box.
|
Modifier and Type | Method and Description |
---|---|
void |
CmxImageSpec.setBoundBox(RectangleF value)
Sets the bound box.
|
void |
CmxImageSpec.setCropBox(RectangleF value)
Sets the crop box.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
EmfPlusRectF.getRect()
Gets or sets the rectangle.
|
RectangleF |
EmfPlusLinearGradientBrushData.getRectF()
Gets or sets the rect f.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusRectF.setRect(RectangleF value)
Gets or sets the rectangle.
|
void |
EmfPlusLinearGradientBrushData.setRectF(RectangleF value)
Gets or sets the rect f.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
EmfPlusSetClipRect.getClipRect()
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that defines the rectangle to
use in the CombineMode operation.
|
RectangleF |
EmfPlusBeginContainer.getDestRect()
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies
a transform for the container.
|
RectangleF |
EmfPlusDrawString.getLayoutRect()
Gets or sets the layout rect
An EmfPlusRectF object (section 2.2.2.39) that defines the bounding area
of the destination that will receive the string
|
RectangleF |
EmfPlusDrawArc.getRectangleData()
Gets the rectangle data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box
of the ellipse that is collinear with the arc.
|
RectangleF[] |
EmfPlusFillRects.getRectData()
Gets or sets the rectangle data
An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data.
|
RectangleF |
EmfPlusFillPie.getRectData()
Gets or sets the rectangle datas
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the
ellipse that contains the pie wedge.
|
RectangleF |
EmfPlusFillEllipse.getRectData()
Gets or sets the rect data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse
|
RectangleF[] |
EmfPlusDrawRects.getRectData()
Gets or sets the rect data
An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data.
|
RectangleF |
EmfPlusDrawPie.getRectData()
Gets or sets the rectangle datas
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the
ellipse that contains the pie wedge.
|
RectangleF |
EmfPlusDrawImage.getRectData()
Gets or sets the rect data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the image.
|
RectangleF |
EmfPlusDrawEllipse.getRectData()
Gets or sets the rectangle data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse.
|
RectangleF |
EmfPlusDrawImagePoints.getSrcRect()
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that defines a portion of the image to be rendered.
|
RectangleF |
EmfPlusDrawImage.getSrcRect()
Gets or sets the source rect
An EmfPlusRectF object that specifies a portion of the image to be rendered.
|
RectangleF |
EmfPlusBeginContainer.getSrcRect()
Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation
for the container.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusSetClipRect.setClipRect(RectangleF value)
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that defines the rectangle to
use in the CombineMode operation.
|
void |
EmfPlusBeginContainer.setDestRect(RectangleF value)
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies
a transform for the container.
|
void |
EmfPlusDrawString.setLayoutRect(RectangleF value)
Gets or sets the layout rect
An EmfPlusRectF object (section 2.2.2.39) that defines the bounding area
of the destination that will receive the string
|
void |
EmfPlusDrawArc.setRectangleData(RectangleF value)
Sets the rectangle data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box
of the ellipse that is collinear with the arc.
|
void |
EmfPlusFillPie.setRectData(RectangleF value)
Gets or sets the rectangle datas
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the
ellipse that contains the pie wedge.
|
void |
EmfPlusFillEllipse.setRectData(RectangleF value)
Gets or sets the rect data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse
|
void |
EmfPlusDrawPie.setRectData(RectangleF value)
Gets or sets the rectangle datas
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the
ellipse that contains the pie wedge.
|
void |
EmfPlusDrawImage.setRectData(RectangleF value)
Gets or sets the rect data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the image.
|
void |
EmfPlusDrawEllipse.setRectData(RectangleF value)
Gets or sets the rectangle data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse.
|
void |
EmfPlusFillRects.setRectData(RectangleF[] value)
Gets or sets the rectangle data
An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data.
|
void |
EmfPlusDrawRects.setRectData(RectangleF[] value)
Gets or sets the rect data
An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data.
|
void |
EmfPlusDrawImagePoints.setSrcRect(RectangleF value)
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that defines a portion of the image to be rendered.
|
void |
EmfPlusDrawImage.setSrcRect(RectangleF value)
Gets or sets the source rect
An EmfPlusRectF object that specifies a portion of the image to be rendered.
|
void |
EmfPlusBeginContainer.setSrcRect(RectangleF value)
Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation
for the container.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
MetafileRecorderGraphics2D.getClipBounds()
Gets the clip bounds.
|
Modifier and Type | Method and Description |
---|---|
void |
MetafileRecorderGraphics2D.intersectClip(RectangleF rect)
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
OdTextBox.getRectangle()
Gets or sets the rectangle.
|
RectangleF |
OdStyledObject.getRectangle()
Gets or sets the rectangle.
|
RectangleF |
OdMarker.getRectangle()
Gets or sets the rectangle.
|
RectangleF |
OdImageObject.getRectangle()
Gets or sets the rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
OdTextBox.setRectangle(RectangleF value)
Gets or sets the rectangle.
|
void |
OdStyledObject.setRectangle(RectangleF value)
Gets or sets the rectangle.
|
void |
OdMarker.setRectangle(RectangleF value)
Gets or sets the rectangle.
|
void |
OdImageObject.setRectangle(RectangleF value)
Gets or sets the rectangle.
|
Modifier and Type | Method and Description |
---|---|
RectangleF |
TextShape.getBounds()
Gets the object's bounds.
|
RectangleF |
RectangleProjectedShape.getBounds()
Gets the object's bounds.
|
RectangleF |
PolygonShape.getBounds()
Gets the object's bounds.
|
RectangleF |
CurveShape.getBounds()
Gets the object's bounds.
|
RectangleF |
BezierShape.getBounds()
Gets the object's bounds.
|
RectangleF |
TextShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
RectangleProjectedShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
PolygonShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
CurveShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
BezierShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
ArcShape.getBounds(Matrix matrix)
Gets the object's bounds.
|
RectangleF |
TextShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
RectangleProjectedShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
PolygonShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
CurveShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
BezierShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
RectangleF |
ArcShape.getBounds(Matrix matrix,
Pen pen)
Gets the object's bounds.
|
Constructor and Description |
---|
ArcShape(RectangleF rectangle,
float startAngle,
float sweepAngle)
Initializes a new instance of the
ArcShape class. |
ArcShape(RectangleF rectangle,
float startAngle,
float sweepAngle,
boolean isClosed)
Initializes a new instance of the
ArcShape class. |
EllipseShape(RectangleF rectangle)
Initializes a new instance of the
EllipseShape class. |
PieShape(RectangleF rectangle,
float startAngle,
float sweepAngle)
Initializes a new instance of the
PieShape class. |
RectangleProjectedShape(RectangleF rectangle)
Initializes a new instance of the
RectangleProjectedShape class. |
RectangleShape(RectangleF rectangle)
Initializes a new instance of the
RectangleShape class. |
TextShape(String text,
RectangleF rectangle,
Font font,
StringFormat stringFormat)
Initializes a new instance of the
TextShape class. |