Property | Type | Description | |
---|---|---|---|
m_Connectivity | int | ||
m_bIsCollapsed | System.Boolean | ||
m_oCollapsedLocation | Nullable |
||
m_oRectangle | |||
m_oVertices | LinkedList |
||
m_sCollapsedAttributes | String | ||
m_sLabel | String | ||
m_sName | String |
Method | Description | |
---|---|---|
CompareConnectivity ( |
||
GroupInfo ( ) : System |
Initializes a new instance of the GroupInfo class without a name and without being collapsed.
|
|
GroupInfo ( String name, System.Boolean isCollapsed, String collapsedAttributes ) : System |
Initializes a new instance of the GroupInfo class with a unique name and "is collapsed" flag.
|
Method | Description | |
---|---|---|
AssertValid ( ) : void |
public CompareConnectivity ( |
||
other | ||
return | int |
public GroupInfo ( String name, System.Boolean isCollapsed, String collapsedAttributes ) : System | ||
name | String | /// The unique name of the group. Can be null or empty. /// |
isCollapsed | System.Boolean | /// true if the group should be collapsed. /// |
collapsedAttributes | String |
/// String containing the attributes describing what the group should look
/// like when it is collapsed, or null to give the collapsed group a
/// default appearance. If not null, this should be a string that was
/// returned by |
return | System |
protected Rectangle,System.Drawing m_oRectangle | ||
return |