'DeclarationPublic ReadOnly Property BottomLeft As System.Drawing.Point
'UsageDim instance As Barcode Dim value As System.Drawing.Point value = instance.BottomLeft
public System.Drawing.Point BottomLeft {get;}
public read-only property BottomLeft: System.Drawing.Point;
public function get BottomLeft : System.Drawing.Point
public: property System.Drawing.Point BottomLeft { System.Drawing.Point get(); }