TransitionGroup.

IsInRange(int, int) Method

Summary

Does the specified range contain this group?

Syntax

public bool IsInRange(int min, int max)

Parameters

Name Type Description
min int
max int

Return Value

Type Description
bool