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


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

    Parameters

    obj
    x
    y
    w
    h
    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