|   |   |   | 
| TextureGutterHelper.SetGutterMap Method | Language: | 
Sets a texel class value that indicates texel class according to each texel's location.
Visual Basic Public Sub SetGutterMap( _ 
ByVal gutterData() As Byte _
)C# public void SetGutterMap( 
byte[] gutterData
);C++ public: 
void SetGutterMap(
array<unsigned char>^ gutterData
);JScript public function SetGutterMap( 
gutterData : byte[]
);
gutterData System.Byte[] 
A Bytearray that contains texel class data, to set.
Possible texel classes are as follows:
Texel Class Texel Location 0 Invalid point; texel will not be used. 1 Inside triangle. 2 Inside gutter. 4 Inside gutter; texel will be evaluated as a full sample in the ApplyGutters method. There is no texel class 3.
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