BMXMessageAttachmentSize Class Reference#
Inherits from NSObject
Declared in floo_proxy.h
Overview#
@interface Width and height of video or image
Properties#
swigCMemOwn#
@property (nonatomic) BOOL swigCMemOwn
swigCPtr#
@property (nonatomic) void *swigCPtr
Instance Methods#
dealloc#
- (void)dealloc
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="dealloc" %}{% endlanying_code_snippet %}
getMHeight#
- (double)getMHeight
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="getMHeight" %}{% endlanying_code_snippet %}
getMWidth#
- (double)getMWidth
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="getMWidth" %}{% endlanying_code_snippet %}
init#
- (id)init
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="init" %}{% endlanying_code_snippet %}
initWithCptr:swigOwnCObject:#
- (id)initWithCptr:(void )cptr swigOwnCObject:(BOOL)ownCObject*
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="initWithCptr:swigOwnCObject:" %}{% endlanying_code_snippet %}
initWithWidth:#
- (id)initWithWidth:(double)width
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="initWithWidth:" %}{% endlanying_code_snippet %}
initWithWidth:height:#
- (id)initWithWidth:(double)width height:(double)height
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="initWithWidth:height:" %}{% endlanying_code_snippet %}
setMHeight:#
- (void)setMHeight:(double)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="setMHeight:" %}{% endlanying_code_snippet %}
setMWidth:#
- (void)setMWidth:(double)value
Example:
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="setMWidth:" %}{% endlanying_code_snippet %}