SnapGuide

@objc(PESDKSnapGuide)
public enum SnapGuide : Int

The type of snapping guide visualization for a SnapGuideView.

  • The corresponding SnapGuideView displays a horizontal line through its center in its local coordinate system.

    Declaration

    Swift

    case horizontalLine
  • The corresponding SnapGuideView displays a vertical line through its center in its local coordinate system.

    Declaration

    Swift

    case verticalLine
  • The corresponding SnapGuideView displays a rectangle at its bounds.

    Declaration

    Swift

    case rectangle