ComponentOne Bitmap for WPF
CreateAlphaTexture Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > GlyphRunAnalysis Class : CreateAlphaTexture Method
HRESULT IDWriteGlyphRunAnalysis::CreateAlphaTexture([In] DWRITE_TEXTURE_TYPE textureType,[In] const RECT* textureBounds,[Out, Buffer] unsigned char* alphaValues,[In] unsigned int bufferSize)
Syntax
'Declaration
 
Public Sub CreateAlphaTexture( _
   ByVal textureType As TextureType, _
   ByVal textureBounds As RectL, _
   ByVal alphaValues() As System.Byte, _
   ByVal bufferSize As System.Integer _
) 
public void CreateAlphaTexture( 
   TextureType textureType,
   RectL textureBounds,
   System.byte[] alphaValues,
   System.int bufferSize
)

Parameters

textureType
textureBounds
alphaValues
bufferSize
See Also

Reference

GlyphRunAnalysis Class
GlyphRunAnalysis Members