Declaration

class func axisRuleString(_ axis: GSAxis, rule: [String : NSNumber]) -> String?

Declaration

+ (NSString *) axisRuleString:(GSAxis *) axis rule:(NSDictionary<NSString *,NSNumber *> *) rule;

Declaration

axisRuleString_rule_(axis: GSAxis, rule: dict[str, NSNumber]) -> str

Parameters

axis

The axis described by the rule.

rule

Inclusive min and max bounds in internal axis values.

Return Value

A compact rule description, or nil when the rule has no bounds.

See Also

Alternative Layers