[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.NoneShape

NoneShape Class

Represents a none (polyline) shape of the shape container.

Inheritance
NoneShape
Namespace: C1.WPF.Word.Canvas
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class NoneShape : FilledShape, IRtfContent, IEnumerable

Constructors

Name Description
NoneShape()

Initializes a new instance of a NoneShape.

NoneShape(IShapeContainer, int, int, int, int)

Initializes a new instance of a NoneShape.

NoneShape(int, int, int, int)

Initializes a new instance of a NoneShape.

NoneShape(Point, Point)

Initializes a new instance of a NoneShape.

Properties

Name Description
SegmentInfo

Gets or sets the segment info pointer of this NoneShape (polyline).

Verticies

Gets or sets the verticies of this NoneShape (polyline).