EmfAngleArc Class
Contents
[
Hide
]Summary: The EMR_ANGLEARC record specifies a line segment of an arc. The line segment is drawn from the
current position to the beginning of the arc. The arc is drawn along the perimeter of a circle with the
given radius and center. The length of the arc is defined by the given start and sweep angles
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfAngleArc
Inheritance: EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfAngleArc() | Initializes a new instance of the EmfAngleArc class. |
EmfAngleArc(source) | Initializes a new instance of the EmfAngleArc class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
center | Point | r/w | 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. |
radius | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the circle’s radius, in logical units. |
size | int | r/w | Gets or sets the size of the record |
start_angle | float | r/w | Gets or sets a 32-bit float that specifies the arc’s start angle, in degrees. |
sweep_angle | float | r/w | Gets or sets a 32-bit float that specifies the arc’s sweep angle, in degrees. |
type | EmfRecordType | r/w | Gets or sets the type. |
Methods
Name | Description |
---|---|
create_from_record(source) | Initializes a new instance of the EmfRecord class. |
create_from_type(type) | Initializes a new instance of the EmfRecord class. |
Constructor: EmfAngleArc()
EmfAngleArc()
Initializes a new instance of the EmfAngleArc class.
Constructor: EmfAngleArc(source)
EmfAngleArc(source)
Initializes a new instance of the EmfAngleArc class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
Method: create_from_record(source) [static]
create_from_record(source)
Initializes a new instance of the EmfRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
Returns
Type | Description |
---|---|
EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initializes a new instance of the EmfRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
type | EmfRecordType | The record type. |
Returns
Type | Description |
---|---|
EmfRecord |