ImageSetFrameWidthAndColorΒΆ

ImageSetFrameWidthAndColor sets the line width and color of the picture frame.

bool = ImageSetFrameWidthAndColor(hImg, rvFrameWidthAndColor)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hImg

Identifies the image.

rvFrameWidthAndColor

rvFrameWidthAndColor is a vector with 4 elements: The first element is the line width in 0.1 mm steps and the following 3 elements is the color (red, green, blue in the range 0 to 255).

id-1010540