im::floo::floolib::BMXMessageAttachment::Size
图片/视频大小
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| Size(double width, double height) | |
| Size(double width) | |
| Size() | |
| void | setMWidth(double value) |
| double | getMWidth() |
| void | setMHeight(double value) |
| double | getMHeight() |
Protected Functions
| Name | |
|---|---|
| Size(long cPtr, boolean cMemoryOwn) | |
| void | finalize() |
| long | getCPtr(Size obj) |
Protected Attributes
| Name | |
|---|---|
| transient boolean | swigCMemOwn |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function Size
inline Size(
double width,
double height
)
Example:
function Size
inline Size(
double width
)
Example:
function Size
inline Size()
Example:
function setMWidth
inline void setMWidth(
double value
)
Example:
function getMWidth
inline double getMWidth()
Example:
function setMHeight
inline void setMHeight(
double value
)
Example:
function getMHeight
inline double getMHeight()
Protected Functions Documentation
Example:
function Size
inline Size(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
Size obj
)
Protected Attributes Documentation
variable swigCMemOwn
transient boolean swigCMemOwn;
Example:
Updated on 2022-01-26 at 17:18:31 +0800
