[]
Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, Style style)
Public Sub RenderDirectArc(x As Unit, y As Unit, width As Unit, height As Unit, startAngle As Single, sweepAngle As Single, style As Style)
| Type | Name | Description |
|---|---|---|
| Unit | x | The horizontal (X) coordinate at which to render the arc (cannot be auto). |
| Unit | y | The vertical (Y) coordinate at which to render the arc (cannot be auto). |
| Unit | width | The width of the arc. |
| Unit | height | The height of the arc. |
| float | startAngle | The arc's starting angle (in degrees, measured clockwise from the X axis). |
| float | sweepAngle | The arc's sweep angle (in degrees, measured clockwise from |
| Style | style | The Style to use. |
This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderDirect(Unit, Unit, RenderObject, object, object).
Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, LineDef line, Color fillColor)
Public Sub RenderDirectArc(x As Unit, y As Unit, width As Unit, height As Unit, startAngle As Single, sweepAngle As Single, line As LineDef, fillColor As Color)
| Type | Name | Description |
|---|---|---|
| Unit | x | The horizontal (X) coordinate at which to render the arc (cannot be auto). |
| Unit | y | The vertical (Y) coordinate at which to render the arc (cannot be auto). |
| Unit | width | The width of the arc. |
| Unit | height | The height of the arc. |
| float | startAngle | The arc's starting angle (in degrees, measured clockwise from the X axis). |
| float | sweepAngle | The arc's sweep angle (in degrees, measured clockwise from |
| LineDef | line | The LineDef to draw the arc with. |
| Color | fillColor | The fill color. |
This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderDirect(Unit, Unit, RenderObject, object, object).
Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, LineDef line, Brush fillBrush)
Public Sub RenderDirectArc(x As Unit, y As Unit, width As Unit, height As Unit, startAngle As Single, sweepAngle As Single, line As LineDef, fillBrush As Brush)
| Type | Name | Description |
|---|---|---|
| Unit | x | The horizontal (X) coordinate at which to render the arc (cannot be auto). |
| Unit | y | The vertical (Y) coordinate at which to render the arc (cannot be auto). |
| Unit | width | The width of the arc. |
| Unit | height | The height of the arc. |
| float | startAngle | The arc's starting angle (in degrees, measured clockwise from the X axis). |
| float | sweepAngle | The arc's sweep angle (in degrees, measured clockwise from |
| LineDef | line | The LineDef to draw the arc with. |
| Brush | fillBrush | The fill brush. |
This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderDirect(Unit, Unit, RenderObject, object, object).
Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, LineDef line)
Public Sub RenderDirectArc(x As Unit, y As Unit, width As Unit, height As Unit, startAngle As Single, sweepAngle As Single, line As LineDef)
| Type | Name | Description |
|---|---|---|
| Unit | x | The horizontal (X) coordinate at which to render the arc (cannot be auto). |
| Unit | y | The vertical (Y) coordinate at which to render the arc (cannot be auto). |
| Unit | width | The width of the arc. |
| Unit | height | The height of the arc. |
| float | startAngle | The arc's starting angle (in degrees, measured clockwise from the X axis). |
| float | sweepAngle | The arc's sweep angle (in degrees, measured clockwise from |
| LineDef | line | The LineDef to draw the arc with. |
This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderDirect(Unit, Unit, RenderObject, object, object).
Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, Color lineColor, Unit lineThickness, Color fillColor)
Public Sub RenderDirectArc(x As Unit, y As Unit, width As Unit, height As Unit, startAngle As Single, sweepAngle As Single, lineColor As Color, lineThickness As Unit, fillColor As Color)
| Type | Name | Description |
|---|---|---|
| Unit | x | The horizontal (X) coordinate at which to render the arc (cannot be auto). |
| Unit | y | The vertical (Y) coordinate at which to render the arc (cannot be auto). |
| Unit | width | The width of the arc. |
| Unit | height | The height of the arc. |
| float | startAngle | The arc's starting angle (in degrees, measured clockwise from the X axis). |
| float | sweepAngle | The arc's sweep angle (in degrees, measured clockwise from |
| Color | lineColor | The line color. |
| Unit | lineThickness | The line thickness. |
| Color | fillColor | The fill color. |
This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderDirect(Unit, Unit, RenderObject, object, object).
Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, Color lineColor, Unit lineThickness)
Public Sub RenderDirectArc(x As Unit, y As Unit, width As Unit, height As Unit, startAngle As Single, sweepAngle As Single, lineColor As Color, lineThickness As Unit)
| Type | Name | Description |
|---|---|---|
| Unit | x | The horizontal (X) coordinate at which to render the arc (cannot be auto). |
| Unit | y | The vertical (Y) coordinate at which to render the arc (cannot be auto). |
| Unit | width | The width of the arc. |
| Unit | height | The height of the arc. |
| float | startAngle | The arc's starting angle (in degrees, measured clockwise from the X axis). |
| float | sweepAngle | The arc's sweep angle (in degrees, measured clockwise from |
| Color | lineColor | The line color. |
| Unit | lineThickness | The line thickness. |
This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderDirect(Unit, Unit, RenderObject, object, object).