Gets and sets the bottom, right point of the quadrilateral, specified in PDF user space coordinates.
            
            
            
            
            
            
            
            'Declaration
 
Public Property BottomRight As PointF
             
        
            
            'Usage
 
Dim instance As Quadrilateral
Dim value As PointF
 
instance.BottomRight = value
 
value = instance.BottomRight
             
        
            
            public PointF BottomRight {get; set;}
             
        
            
            public: __property PointF get_BottomRight();
public: __property void set_BottomRight( 
   PointF value
);
             
        
            
            public:
property PointF BottomRight {
   PointF get();
   void set (    PointF value);
}
             
        
             
        
            
            
            Property Value
A 
System.Drawing.PointF object which represents the bottom right of the quadrilateral.