25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSDefines.h>
27 #import <UIKit/UIGeometry.h>
52 return UIEdgeInsetsInsetRect(rect, insets);
69 static inline UIEdgeInsets
AGSEdgeInsetsMake(CGFloat top, CGFloat left, CGFloat bottom, CGFloat right) {
70 UIEdgeInsets insets = {top, left, bottom, right};
#define AGS_EXTERN
Definition: AGSDefines.h:28
UIEdgeInsets AGSEdgeInsets
Definition: AGSEdgeInsets.h:40
static CGRect AGSEdgeInsetsInsetRect(CGRect rect, UIEdgeInsets insets)
Definition: AGSEdgeInsets.h:51
AGS_EXTERN const UIEdgeInsets AGSEdgeInsetsZero
Definition: AGSEdgeInsets.h:81
static UIEdgeInsets AGSEdgeInsetsMake(CGFloat top, CGFloat left, CGFloat bottom, CGFloat right)
Definition: AGSEdgeInsets.h:69