Свойство | Тип | Описание | |
---|---|---|---|
IsContained | bool | ||
IsTouching | bool |
Метод | Описание | |
---|---|---|
ContainmentState ( bool touching, bool contained ) : System |
Constructs a new ContainmentState.
|
Метод | Описание | |
---|---|---|
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. |
Результат | System |