PercentageCompleteCallback Delegate |
Language: |
Callback for methods associated with UVAtlas and precomputed radiance transfer (PRT) operations.
Visual Basic Public Delegate Sub PercentageCompleteCallback( _
ByVal percentComplete As Single _
) As BooleanC# public delegate bool PercentageCompleteCallback(
float percentComplete
);C++ public delegate bool PercentageCompleteCallback(
float percentComplete
);JScript In JScript, you can use delegates, but you cannot define your own.
percentComplete System.Single
Single-precision floating-point number between 0 and 1.0 that represents the percentage of calculations completed (between 0 and 100 percent).
System.Boolean
Booleanthat continues the simulation if true, halts the simulation if false.
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.