MgraControl()函数
Synopsis
Control the specified graphic context.
Format
void MgraControl(GraphContId, ControlType, Value)
Synopsis
Control the specified graphic context.
Format
void MgraControl(GraphContId, ControlType, Value)
Synopsis
Sets the foreground color of a graphics context.
Format
void MgraColor(GraphContId, ForegroundColor)
Synopsis
Clear an image buffer.
Format
void MgraClear(GraphContId, DestImageBufId)
Synopsis
Sets the background color of a graphics context.
Format
void MgraBackColor(GraphContId, BackgroundColor)
Synopsis
Draw a filled elliptic arc.
Format
void MgraArcFill(GraphContId, DestImageBufId, XCenter, YCenter, XRad, YRad, StartAngle, EndAngle)
Synopsis
Draw an arc.
Format
void MgraArc(GraphContId, DestImageBufId, XCenter, YCenter, XRad, YRad, StartAngle, EndAngle)
Synopsis
Allocate a graphics context.
Format
MIL_ID MgraAlloc(SystemId, GraphContIdPtr)