[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.RenderDirectEllipse

RenderDirectEllipse Method

RenderDirectEllipse(Unit, Unit, Unit, Unit, Style)

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

Declaration
public void RenderDirectEllipse(Unit x, Unit y, Unit width, Unit height, Style style)
Public Sub RenderDirectEllipse(x As Unit, y As Unit, width As Unit, height As Unit, style As Style)
Parameters
Type Name Description
Unit x

The horizontal (X) coordinate at which to render the ellipse (cannot be auto).

Unit y

The vertical (Y) coordinate at which to render the ellipse (cannot be auto).

Unit width

The width of the ellipse.

Unit height

The height of the ellipse.

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

RenderDirectEllipse(Unit, Unit, Unit, Unit, LineDef, Color)

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

Declaration
public void RenderDirectEllipse(Unit x, Unit y, Unit width, Unit height, LineDef line, Color fillColor)
Public Sub RenderDirectEllipse(x As Unit, y As Unit, width As Unit, height As Unit, line As LineDef, fillColor As Color)
Parameters
Type Name Description
Unit x

The horizontal (X) coordinate at which to render the ellipse (cannot be auto).

Unit y

The vertical (Y) coordinate at which to render the ellipse (cannot be auto).

Unit width

The width of the ellipse.

Unit height

The height of the ellipse.

LineDef line

The LineDef to draw the ellipse 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

RenderDirectEllipse(Unit, Unit, Unit, Unit, LineDef, Brush)

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

Declaration
public void RenderDirectEllipse(Unit x, Unit y, Unit width, Unit height, LineDef line, Brush fillBrush)
Public Sub RenderDirectEllipse(x As Unit, y As Unit, width As Unit, height As Unit, line As LineDef, fillBrush As Brush)
Parameters
Type Name Description
Unit x

The horizontal (X) coordinate at which to render the ellipse (cannot be auto).

Unit y

The vertical (Y) coordinate at which to render the ellipse (cannot be auto).

Unit width

The width of the ellipse.

Unit height

The height of the ellipse.

LineDef line

The LineDef to draw the ellipse 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

RenderDirectEllipse(Unit, Unit, Unit, Unit, LineDef)

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

Declaration
public void RenderDirectEllipse(Unit x, Unit y, Unit width, Unit height, LineDef line)
Public Sub RenderDirectEllipse(x As Unit, y As Unit, width As Unit, height As Unit, line As LineDef)
Parameters
Type Name Description
Unit x

The horizontal (X) coordinate at which to render the ellipse (cannot be auto).

Unit y

The vertical (Y) coordinate at which to render the ellipse (cannot be auto).

Unit width

The width of the ellipse.

Unit height

The height of the ellipse.

LineDef line

The LineDef to draw the ellipse 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

RenderDirectEllipse(Unit, Unit, Unit, Unit, Color, Unit, Color)

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

Declaration
public void RenderDirectEllipse(Unit x, Unit y, Unit width, Unit height, Color lineColor, Unit lineThickness, Color fillColor)
Public Sub RenderDirectEllipse(x As Unit, y As Unit, width As Unit, height As Unit, lineColor As Color, lineThickness As Unit, fillColor As Color)
Parameters
Type Name Description
Unit x

The horizontal (X) coordinate at which to render the ellipse (cannot be auto).

Unit y

The vertical (Y) coordinate at which to render the ellipse (cannot be auto).

Unit width

The width of the ellipse.

Unit height

The height of the ellipse.

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

RenderDirectEllipse(Unit, Unit, Unit, Unit, Color, Unit)

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

Declaration
public void RenderDirectEllipse(Unit x, Unit y, Unit width, Unit height, Color lineColor, Unit lineThickness)
Public Sub RenderDirectEllipse(x As Unit, y As Unit, width As Unit, height As Unit, lineColor As Color, lineThickness As Unit)
Parameters
Type Name Description
Unit x

The horizontal (X) coordinate at which to render the ellipse (cannot be auto).

Unit y

The vertical (Y) coordinate at which to render the ellipse (cannot be auto).

Unit width

The width of the ellipse.

Unit height

The height of the ellipse.

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