WmfPie
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfRectangle
public class WmfPie extends WmfRectangle
The META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the pen and filled by using the brush that are defined in the playback device context.
Constructors
Constructor | Description |
---|---|
WmfPie() |
Methods
Method | Description |
---|---|
getRadial2() | Gets or sets the radial2. |
setRadial2(Point value) | Gets or sets the radial2. |
getRadial1() | Gets or sets the radial1. |
setRadial1(Point value) | Gets or sets the radial1. |
WmfPie()
public WmfPie()
getRadial2()
public Point getRadial2()
Gets or sets the radial2.
Value: The radial2.
Returns: Point
setRadial2(Point value)
public void setRadial2(Point value)
Gets or sets the radial2.
Value: The radial2.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |
getRadial1()
public Point getRadial1()
Gets or sets the radial1.
Value: The radial1.
Returns: Point
setRadial1(Point value)
public void setRadial1(Point value)
Gets or sets the radial1.
Value: The radial1.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |