Bottom
public struct Bottom : RectBasedConstraint, ExtensibleSet of constraints related to bottom of restrictive rect
- 
                  
                  Undocumented DeclarationSwift public typealias Conformed = RectBasedConstraint
- 
                  
                  Common method for create entity of this type with base behavior. DeclarationSwift public static func build(_ base: RectBasedConstraint) -> BottomParametersbaseEntity implements required behavior Return ValueInitialized entity 
- 
                  
                  Returns alignment constraint by bottom DeclarationSwift public static func align(by dependency: AlignDependence) -> BottomParametersdependencySpace dependency for target rect Return ValueAlignment constraint typed by Bottom 
- 
                  
                  Undocumented See moreDeclarationSwift public struct AlignDependence : RectBasedConstraint
- 
                  
                  Returns constraint, that limits source rect by bottom of passed rect. If source rect intersects bottom of passed rect, source rect will be cropped, else will not changed. DeclarationSwift public static func limit(on dependency: LimitDependence) -> BottomParametersdependencySpace dependency for target rect Return ValueLimit constraint typed by Bottom 
- 
                  
                  Undocumented See moreDeclarationSwift public struct LimitDependence : RectBasedConstraint
- 
                  
                  Returns constraint, that pulls source rect to bottom of passed rect. If source rect intersects bottom of passed rect, source rect will be cropped, else will pulled with changing size. DeclarationSwift public static func pull(from dependency: PullDependence) -> BottomParametersdependencySpace dependency for target rect Return ValuePull constraint typed by Bottom 
- 
                  
                  Undocumented See moreDeclarationSwift public struct PullDependence : RectBasedConstraint
 Bottom Structure Reference
        Bottom Structure Reference