ArcGIS Runtime SDK for iOS: AGSEdgeInsets.h File Reference
ArcGIS Runtime SDK for iOS  100.9
AGSEdgeInsets.h File Reference

Go to the source code of this file.

Functions

static AGSEdgeInsets AGSEdgeInsetsMake (CGFloat top, CGFloat left, CGFloat bottom, CGFloat right)
 

Variables

AGS_EXTERN const AGSEdgeInsets AGSEdgeInsetsZero
 

Function Documentation

§ AGSEdgeInsetsMake()

static AGSEdgeInsets AGSEdgeInsetsMake ( CGFloat  top,
CGFloat  left,
CGFloat  bottom,
CGFloat  right 
)
inlinestatic

Edge inset values are applied to a rectangle to shrink or expand the area represented by that rectangle. Positive values cause the object to be inset (or shrunk) by the specified amount. Negative values cause the object to be outset (or expanded) by the specified amount.

Parameters
topThe inset at the top edge.
leftThe inset at the left edge.
bottomThe inset at the bottom edge.
rightThe inset at the right edge.
Returns
An edge insets.
Since
100.1

Variable Documentation

§ AGSEdgeInsetsZero

AGS_EXTERN const AGSEdgeInsets AGSEdgeInsetsZero

An AGSEdgeInsets struct whose top, left, bottom, and right fields are all set to the value 0.

Since
100.1