WmfChord
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 WmfChord extends WmfRectangle
The META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment. The chord is outlined using the pen and filled using the brush that are defined in the playback device context.
Constructors
Constructor | Description |
---|---|
WmfChord() |
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. |
WmfChord()
public WmfChord()
getRadial2()
public Point getRadial2()
Gets or sets the radial2.
Value: The coordinates, in logical coordinates, of the endpoint of the second radial.
Returns: Point
setRadial2(Point value)
public void setRadial2(Point value)
Gets or sets the radial2.
Value: The coordinates, in logical coordinates, of the endpoint of the second radial.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |
getRadial1()
public Point getRadial1()
Gets or sets the radial1.
Value: The coordinates, in logical coordinates, of the endpoint of the first radial.
Returns: Point
setRadial1(Point value)
public void setRadial1(Point value)
Gets or sets the radial1.
Value: The coordinates, in logical coordinates, of the endpoint of the first radial.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |