NTBalloonPopupMargins


@interface NTBalloonPopupMargins : NSObject {
  void *swigCPtr;
  BOOL swigCMemOwn;
}

Margins info for balloon popup.

  • Undocumented

    Declaration

    Objective-C

    -(id)initWithLeft: (int)left top: (int)top right: (int)right bottom: (int)bottom;
  • Undocumented

    Declaration

    Objective-C

    -(int)getLeft;
  • Undocumented

    Declaration

    Objective-C

    -(int)getTop;
  • Undocumented

    Declaration

    Objective-C

    -(int)getRight;
  • Undocumented

    Declaration

    Objective-C

    -(int)getBottom;
  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;