Свойство | Type | Description | |
---|---|---|---|
IsContained | bool | ||
IsTouching | bool |
Méthode | Description | |
---|---|---|
ContainmentState ( bool touching, bool contained ) : System |
Constructs a new ContainmentState.
|
Méthode | Description | |
---|---|---|
ContainmentState ( bool touching, bool contained, bool stale ) : System |
Constructs a new ContainmentState.
|
public ContainmentState ( bool touching, bool contained ) : System | ||
touching | bool | Whether or not the object is partially or fully contained. |
contained | bool | Whether or not the object is fully contained. |
Résultat | System |