InputRange.InputRange Constructor
|
Language: |
Initializes a new instance of the object.
Definition
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 ); |
Parameters
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