ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / GlyphRunAnalysis Class / GetAlphaTextureBounds Method

In This Topic
    GetAlphaTextureBounds Method
    In This Topic
    HRESULT IDWriteGlyphRunAnalysis::GetAlphaTextureBounds([In] DWRITE_TEXTURE_TYPE textureType,[Out] RECT* textureBounds)
    Syntax
    'Declaration
     
    Public Function GetAlphaTextureBounds( _
       ByVal textureType As TextureType _
    ) As RectL
    public RectL GetAlphaTextureBounds( 
       TextureType textureType
    )

    Parameters

    textureType
    See Also