ImtSignalCallback Delegate |
Language: |
Callback method for IntegratedMetricTensor.ComputeFromSignal.
Visual Basic Public Delegate Sub ImtSignalCallback( _
ByVal uv As Vector2, _
ByVal signalDimension As Integer _
) As Single()C# public delegate float[] ImtSignalCallback(
Vector2 uv,
int signalDimension
);C++ public delegate array<float>^ ImtSignalCallback(
Vector2 uv,
int signalDimension
);JScript In JScript, you can use delegates, but you cannot define your own.
uv Microsoft.DirectX.Vector2
The texture coordinate for the vertex.signalDimension System.Int32
The number of single-precision floating point to store in the return value.
System.Single[]
An array of single-precision floating point values that describes the signal data for the vertex.
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) Strong Name Microsoft.DirectX.Direct3DX, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.