_Profile_Data_ExportFile, _Profile_Graph_ExportFile, _Profile_Options, Profile_Data_ExportClipboard, Profile_Data_ExportExcel, Profile_Data_Recalculate, Profile_DefineCross, Profile_DefineLine, Profile_DefinePolyLine, Profile_ExportAll, Profile_Graph_ExportClipboard, Profile_Graph_Redraw, Profile_Options, Profile_SetAutoScale, Profile_SetNumProfiles, Profile_SetView, Profile_ShowGrid
Description
Profile_Data_ExportClipboard();
This function exports the intensity profile data to the system clipboard.
Description
Profile_Data_ExportExcel();
This function exports intensity profile data to MS Excel, if installed.
See Also
Profile_Data_ExportClipboard, _Profile_Data_ExportFile
Description
Profile_Data_Recalculate();
This function recalculates intensity profile data and redraws the graph. Use this function to redraw the graph after changing position of the profile line (e.g. after using the Profile_DefineLine function).
See Also
Profile_Graph_Redraw
Description
Profile_DefineCross( intX1
, intY1
, intRadius
, doubleRotationAngle
);
This function draws a cross-shaped intensity profile line into the image. The center of the cross is placed on the X and Y coordinate. Radius parameter specifies the radius of the circle touching the tips of the cross.
Parameters
Note
To recalculate data of a new line position call the Profile_Data_Recalculate function.
See Also
Profile_DefineLine, Profile_DefinePolyLine
Description
Profile_DefineLine( boolSecondProfileLine
, intX1
, intY1
, intX2
, intY2
);
This function defines profile line position. Each line starts on the X1 and Y1 coordinate and ends on the X2 and Y2 coordinate.
Parameters
Note
To recalculate data of a new line position call the Profile_Data_Recalculate function.
See Also
Profile_Data_Recalculate
Description
Profile_DefinePolyLine( boolSecondProfileLine
, intLpXs
, intLpYs
, intNumber
);
This function draws a polyline from input coordinates.
Parameters
Note
For recalculate data of new line position call the Profile_Data_Recalculate function.
See Also
Profile_DefineLine
Description
Profile_ExportAll();
This function opens MS Excel (if installed) and inserts the intensity profile data and graph into a new table.
Description
Profile_Graph_ExportClipboard();
This function exports intensity profile graph to the system clipboard.
Description
Profile_Graph_Redraw();
This function redraws the profile intensity graph.
See Also
Profile_Data_Recalculate
Description
Profile_Options( intBgColor
, intAxesColor
, intLineThick
, intSecondThick
, intSecondStyle
, intColorHighlight
);
This function sets intensity profile options.
Description
Profile_SetAutoScale(
int AutoScale
);
This function switches the intensity profile graph scale mode.
Description
Profile_SetNumProfiles(
int Number
);
This function sets the intensity profile lines count.
Description
Profile_SetView(
int ProfileView
);
This function switches between the intensity profile tabs.
Description
Profile_ShowGrid(
int ShowGrid
);
This function displays/hides grid on intensity profile graph.
Description
_Profile_Data_ExportFile();
This function displays a dialog window for exporting the current intensity profile to a text file. Put in the filename and confirm the export with
.See Also
_Profile_Graph_ExportFile
Description
_Profile_Graph_ExportFile();
This function displays a dialog window for exporting the current intensity profile image to a *.BMP file. Put in the filename and confirm the export with
.See Also
_Profile_Data_ExportFile