Daylight v4.9
Release Date: 1 February 2008

Name

dt_setframega - specify the graphics attribute for the frame of a depiction

Generic Prototype

dt_setframega(dt_Handle, dt_Integer) => dt_Boolean

C Prototype

#include "dt_depict.h"

dt_Boolean dt_setframega(dt_Handle depiction, dt_Integer value)

FORTRAN Prototype

include 'dt_f_depict.inc'

logical dt_f_setframega(depiction, value)

integer*4 depiction
integer*4 value

Description

Sets the graphics attribute for the frame of the depiction to the value of 'value'.

Return Value

Returns the success (TRUE) or failure (FALSE) of the operation.

Related Topics

dt_frame(3) dt_framega(3) dt_setframe(3)