[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.RenderBlockArc

RenderBlockArc Method

RenderBlockArc(Unit, Unit, float, float, Style)

Renders an arc into the block flow of the current document.

Declaration
public bool RenderBlockArc(Unit width, Unit height, float startAngle, float sweepAngle, Style style)
Parameters
Type Name Description
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.

Returns
Type Description
bool

true if no warnings were generated by this call, false otherwise.

Remarks

This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderBlock(RenderObject).

See Also

RenderBlockArc(Unit, Unit, float, float, LineDef, Color)

Renders an arc into the block flow of the current document.

Declaration
public bool RenderBlockArc(Unit width, Unit height, float startAngle, float sweepAngle, LineDef line, Color fillColor)
Parameters
Type Name Description
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.

Returns
Type Description
bool

true if no warnings were generated by this call, false otherwise.

Remarks

This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderBlock(RenderObject).

See Also

RenderBlockArc(Unit, Unit, float, float, LineDef, Brush)

Renders an arc into the block flow of the current document.

Declaration
public bool RenderBlockArc(Unit width, Unit height, float startAngle, float sweepAngle, LineDef line, Brush fillBrush)
Parameters
Type Name Description
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.

Returns
Type Description
bool

true if no warnings were generated by this call, false otherwise.

Remarks

This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderBlock(RenderObject).

See Also

RenderBlockArc(Unit, Unit, float, float, LineDef)

Renders an arc into the block flow of the current document.

Declaration
public bool RenderBlockArc(Unit width, Unit height, float startAngle, float sweepAngle, LineDef line)
Parameters
Type Name Description
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.

Returns
Type Description
bool

true if no warnings were generated by this call, false otherwise.

Remarks

This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderBlock(RenderObject).

See Also

RenderBlockArc(Unit, Unit, float, float, Color, Unit, Color)

Renders an arc into the block flow of the current document.

Declaration
public bool RenderBlockArc(Unit width, Unit height, float startAngle, float sweepAngle, Color lineColor, Unit lineThickness, Color fillColor)
Parameters
Type Name Description
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 arc fill color.

Returns
Type Description
bool

true if no warnings were generated by this call, false otherwise.

Remarks

This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderBlock(RenderObject).

See Also

RenderBlockArc(Unit, Unit, float, float, Color, Unit)

Renders an arc into the block flow of the current document.

Declaration
public bool RenderBlockArc(Unit width, Unit height, float startAngle, float sweepAngle, Color lineColor, Unit lineThickness)
Parameters
Type Name Description
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.

Returns
Type Description
bool

true if no warnings were generated by this call, false otherwise.

Remarks

This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderBlock(RenderObject).

See Also