LANYINGDevelopers
Web & Mini ProgramiOSAndroidC++Server API

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


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="dealloc" %}{% endlanying_code_snippet %}

getMHeight#

- (double)getMHeight


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="getMHeight" %}{% endlanying_code_snippet %}

getMWidth#

- (double)getMWidth


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="getMWidth" %}{% endlanying_code_snippet %}

init#

- (id)init


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="init" %}{% endlanying_code_snippet %}

initWithCptr:swigOwnCObject:#

- (id)initWithCptr:(void )cptr swigOwnCObject:(BOOL)ownCObject*


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="initWithCptr:swigOwnCObject:" %}{% endlanying_code_snippet %}

initWithWidth:#

- (id)initWithWidth:(double)width


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="initWithWidth:" %}{% endlanying_code_snippet %}

initWithWidth:height:#

- (id)initWithWidth:(double)width height:(double)height


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageAttachmentSize",function="initWithWidth:height:" %}{% endlanying_code_snippet %}

setMHeight:#

- (void)setMHeight:(double)value


Example:

{% 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 %}
Generated API content with concise AI notes where context helps.