RenderToEnvironmentMap.RenderToEnvironmentMap Constructor

Language:

Initializes a new instance of the RenderToEnvironmentMap class.

Definition

Visual Basic Public Sub New( _
    ByVal pUnk As ID3DXRenderToEnvMap _
)
C# public RenderToEnvironmentMap(
    ID3DXRenderToEnvMap pUnk
);
C++ public:
 RenderToEnvironmentMap(
    ID3DXRenderToEnvMap pUnk
);
JScript public function RenderToEnvironmentMap(
    pUnk : ID3DXRenderToEnvMap
);

Parameters

pUnk Microsoft.DirectX.PrivateImplementationDetails.ID3DXRenderToEnvMap
Unmanaged Component Object Model (COM) ID3DXRenderToEnvMap interface pointer.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


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