Creates a 
RectLstruct from (left, top, right, bottom) coordinates.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Shared Function FromLTRB( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As RectL
             
        
            
            public static RectL FromLTRB( 
   System.int ,
   System.int ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- left
 
- top
 
- right
 
- bottom
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照