Table of Contents

OIL2 Class Standard.DrawingJPEG


class Standard . DrawingJPEG {
        string  jpegImage;
        int32   tiled;
inherits from DrawingRectangle;

DESCRIPTION

Represents a JPEG image to be drawn

METHODS


Standard.DrawingJPEG:setBitmapFillJPEG

DrawingJPEG:setBitmapFillJPEG(string jpegData, optional int32 fillTiled)

Method Description

Defaults to clipped.


Standard.DrawingJPEG:getJPEGimage

DrawingJPEG:getJPEGimage()

Method Description

Return JPEG image data.


Standard.DrawingJPEG:getFillStyle

DrawingJPEG:getFillStyle()

Method Description

Returns a 2-element array. Subscript 0 holds either FILL_STYLE_TILED_BITMAP or FILL_STYLE_CLIPPED_BITMAP; subscript 1 holds the image data.