Partager via


Device.SetTransformFixed, méthode

Mise à jour : novembre 2007

Type de transformation qui est modifiée, pour les opérations de mathématique à virgule fixe.

Espace de noms :  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly :  Microsoft.WindowsMobile.DirectX (dans Microsoft.WindowsMobile.DirectX.dll)

Syntaxe

'Déclaration
Public Sub SetTransformFixed ( _
    state As TransformType, _
    matrfx As MatrixFixed _
)
'Utilisation
Dim instance As Device
Dim state As TransformType
Dim matrfx As MatrixFixed

instance.SetTransformFixed(state, matrfx)
public void SetTransformFixed(
    TransformType state,
    MatrixFixed matrfx
)
public:
void SetTransformFixed(
    TransformType state, 
    MatrixFixed matrfx
)
public function SetTransformFixed(
    state : TransformType, 
    matrfx : MatrixFixed
)

Paramètres

Exceptions

Exception Condition
InvalidCallException

L'appel de méthode n'est pas valide. Par exemple, un paramètre peut contenir une valeur non valide.

Notes

Le type peut correspond à n'importe quel membre de type énuméré TransformType.

Autorisations

Plateformes

Windows CE, Windows Mobile pour Smartphone, Windows Mobile pour Pocket PC

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Compact Framework

Pris en charge dans : 3.5, 2.0

Voir aussi

Référence

Device, classe

Membres Device

Microsoft.WindowsMobile.DirectX.Direct3D, espace de noms