PercentageCompleteCallback Delegate

Language:

Callback for methods associated with UVAtlas and precomputed radiance transfer (PRT) operations.

Definition

Visual Basic Public Delegate Sub PercentageCompleteCallback( _
    ByVal percentComplete As Single _
) As Boolean
C# 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.

Parameters

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).

Return Value

System.Boolean
Boolean Leave Site that continues the simulation if true, halts the simulation if false.

Delegate Information

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.