Microsoft DirectX 9.0 SDK Update (October 2004)

TextureGutterHelper.ApplyGutters Method

Language:

Note: This documentation is preliminary and is subject to change.

Applies gutters to a texture object.

Definition

Visual Basic .NET Public Sub ApplyGutters( _
    ByVal texture As Texture _
)
C# public void ApplyGutters(
    Texture texture
);
Managed C++ public: void ApplyGutters(
    Texture *texture
);
JScript .NET public function ApplyGutters(
    texture : Texture
);

Parameters

texture Microsoft.DirectX.Direct3D.Texture. A Texture object to added gutters to.

Remarks

Class 2 texels are generated by resampling class 1 and class 4 texels.

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
NotAvailableException This device does not support the queried technique.
OutOfMemoryException Leave Site Microsoft® Direct3D® could not allocate sufficient memory to complete the call.
OutOfVideoMemoryException Direct3D does not have enough display memory to perform the operation.
WasStillDrawingException The previous blit operation that is transferring information to or from this surface is incomplete.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center