ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / GlyphRunAnalysis Class / CreateAlphaTexture Method

In This Topic
    CreateAlphaTexture Method
    In This Topic
    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 Byte, _
       ByVal bufferSize As Integer _
    ) 
    public void CreateAlphaTexture( 
       TextureType textureType,
       RectL textureBounds,
       byte[] alphaValues,
       int bufferSize
    )

    Parameters

    textureType
    textureBounds
    alphaValues
    bufferSize
    See Also