IsClosedPath

CmxPathPointSpec.IsClosedPath property

Gets or sets a value indicating whether this point closes its path.

public bool IsClosedPath { get; set; }

Property Value

true if this point is begin or end point of the shape in the path; otherwise, false.

See Also