MSFBalloonPopupMargins
Objective-C
@interface MSFBalloonPopupMargins : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Swift
class MSFBalloonPopupMargins : NSObject
Margins info for balloon popup.
-
Undocumented
Declaration
Objective-C
-(id)initWithLeft: (int)left top: (int)top right: (int)right bottom: (int)bottom;Swift
init!(left: Int32, top: Int32, right: Int32, bottom: Int32) -
Undocumented
Declaration
Objective-C
-(int)getLeft;Swift
func getLeft() -> Int32 -
Undocumented
Declaration
Objective-C
-(int)getTop;Swift
func getTop() -> Int32 -
Undocumented
Declaration
Objective-C
-(int)getRight;Swift
func getRight() -> Int32 -
Undocumented
Declaration
Objective-C
-(int)getBottom;Swift
func getBottom() -> Int32 -
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()