PTRotateWidgetView


@interface PTRotateWidgetView : UIView

The view for the rotation handle that allows annotation rotation (for image stamps) with a PTSelectionRectContainerView.

  • The size of a rotate widget.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) int diameter;

    Swift

    class var diameter: Int32 { get }
  • Returns a new instance of a PTRotateWidgetView.

    Declaration

    Objective-C

    - (nonnull instancetype)initAtPoint:(CGPoint)point;

    Swift

    init(at point: CGPoint)

    Parameters

    point

    The rotate handle’s position in its superview.

  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init NS_UNAVAILABLE;