ComponentOne Bitmap for UWP
C1.UWP.DX 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 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