[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.RenderDirectArc

RenderDirectArc Method

RenderDirectArc(Unit, Unit, Unit, Unit, float, float, Style)

Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.

Declaration
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, Style style)
Parameters
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 startAngle).

Style style

The Style to use.

Remarks

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).

See Also

RenderDirectArc(Unit, Unit, Unit, Unit, float, float, LineDef, Color)

Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.

Declaration
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, LineDef line, Color fillColor)
Parameters
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 startAngle).

LineDef line

The LineDef to draw the arc with.

Color fillColor

The fill color.

Remarks

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).

See Also

RenderDirectArc(Unit, Unit, Unit, Unit, float, float, LineDef, Brush)

Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.

Declaration
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, LineDef line, Brush fillBrush)
Parameters
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 startAngle).

LineDef line

The LineDef to draw the arc with.

Brush fillBrush

The fill brush.

Remarks

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).

See Also

RenderDirectArc(Unit, Unit, Unit, Unit, float, float, LineDef)

Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.

Declaration
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, LineDef line)
Parameters
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 startAngle).

LineDef line

The LineDef to draw the arc with.

Remarks

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).

See Also

RenderDirectArc(Unit, Unit, Unit, Unit, float, float, Color, Unit, Color)

Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.

Declaration
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, Color lineColor, Unit lineThickness, Color fillColor)
Parameters
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 startAngle).

Color lineColor

The line color.

Unit lineThickness

The line thickness.

Color fillColor

The fill color.

Remarks

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).

See Also

RenderDirectArc(Unit, Unit, Unit, Unit, float, float, Color, Unit)

Adds an arc to the Body of the current document at a specific position on the current page, and resolves it.

Declaration
public void RenderDirectArc(Unit x, Unit y, Unit width, Unit height, float startAngle, float sweepAngle, Color lineColor, Unit lineThickness)
Parameters
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 startAngle).

Color lineColor

The line color.

Unit lineThickness

The line thickness.

Remarks

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).

See Also