Initializes a new instance of the 
ViewportFstruct.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Single, _
   ByVal  As System.Single _
)
             
        
            
            public ViewportF( 
   System.float ,
   System.float ,
   System.float ,
   System.float 
)
             
        
             
        
            パラメータ
- x
 
- The x coordinate of the upper-left corner of the viewport in pixels.
 - y
 
- The y coordinate of the upper-left corner of the viewport in pixels.
 - width
 
- The width of the viewport in pixels.
 - height
 
- The height of the viewport in pixels.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照