Daylight v4.9 Release Date: 1 February 2008 Namedt_setframega - specify the graphics attribute for the frame of a depictionGeneric Prototypedt_setframega(dt_Handle, dt_Integer) => dt_BooleanC Prototype#include "dt_depict.h"dt_Boolean dt_setframega(dt_Handle depiction, dt_Integer value) FORTRAN Prototypeinclude 'dt_f_depict.inc'logical dt_f_setframega(depiction, value)
integer*4 depiction
DescriptionSets the graphics attribute for the frame of the depiction to the value of 'value'.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_frame(3) dt_framega(3) dt_setframe(3) |