[]
        
(Showing Draft Content)

C1.C1Preview.ArcProps

ArcProps Class

Represents the geometric properties of an arc. Used by RenderArc class.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class ArcProps : EllipsePartProps

Constructors

Name Description
ArcProps()

Initializes a new instance of the ArcProps class. Closed is set to false.

Properties

Name Description
Closed

Gets or sets a value indicating whether the current arc should be closed (i.e. the start and end points of the arc should be connected by a straight line) or not.

Methods

Name Description
AssignFrom(ShapeProps)

Assigns (copies) properties from another ShapeProps to the current object.