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 As TextureType, _
ByVal As RectL, _
ByVal () As System.Byte, _
ByVal As System.Integer _
)
public void CreateAlphaTexture(
TextureType ,
RectL ,
System.byte[] ,
System.int
)
Parameters
- textureType
- textureBounds
- alphaValues
- bufferSize
See Also