InputRange.InputRange Constructor |
Language: |
Initializes a new instance of the object.
Visual Basic Public Sub New( _
ByVal minimumRange As Integer, _
ByVal maximumRange As Integer _
)C# public InputRange(
int minimumRange,
int maximumRange
);C++ public:
InputRange(
int minimumRange,
int maximumRange
);JScript public function InputRange(
minimumRange : int,
maximumRange : int
);
minimumRange System.Int32
maximumRange System.Int32
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center