Collection of UnitPoint objects. Here's a public incarnation of the class, i.e. properties of this type are expressed to a user. Internally to implement such properties the derived internal UnitPointCollectionInternal class is being used.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class UnitPointCollection : GeneralCollection
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class UnitPointCollection _
	Inherits GeneralCollection

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument..::.GeneralCollection
    C1.C1PrintDocument..::.UnitPointCollection

See Also