Nevron .NET Vision
Nevron.GraphicsGL Namespace / GLDevice2D Class / PG Method


In This Topic
    PG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub PG( _
       ByVal obj As System.Object, _
       ByVal x As System.Single, _
       ByVal y As System.Single, _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       ByVal glyphRaster As System.Object _
    ) 
    'Usage
     
    
    Dim obj As System.Object
    Dim x As System.Single
    Dim y As System.Single
    Dim width As System.Single
    Dim height As System.Single
    Dim glyphRaster As System.Object
     
    GLDevice2D.PG(obj, x, y, width, height, glyphRaster)
    public static void PG( 
       System.object obj,
       System.float x,
       System.float y,
       System.float width,
       System.float height,
       System.object glyphRaster
    )

    Parameters

    obj
    x
    y
    width
    height
    glyphRaster
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also