r3sclimg

r3sclimg

Class

real/dtype/r3sclimg.h

Library

r3dtype

Description:

ScaledImage Class

See Also

real/dtype/r3image.h

Super Class

r3Image

R3CLID_IMAGE

JavaScript

r3Scaledimage

Class Identifier

R3CLID_SCALEDIMAGE - 161

Methods

Attributes

Source,

Registration

int R3RegisterScaledImageClass(R3APP *app);

Source

Attribute

Source

Identifier

R3SCLIMGA_Source

JavaScript type

Object

C type

R3OBJ*

Description

source image

Syntax


jsobj.SetSource(value);


R3OBJ* value = ...;
R3SetAttrs(r3obj, R3SCLIMGA_Source, value, R3TAG_END);


r3appobj *