Methods
The ProEssentials interfaces offers the following methods:
All ProEssentials Objects include:
-
PEcopybitmaptoclipboard(nXPixels As Integer, nYPixels As Integer) As Boolean
-
PEcopybitmaptofile(nXPixels As Integer, nYPixels As Integer, szFilename As String) As Boolean
-
PEcopymetatoclipboard(nWidth As Integer, nHeight As Integer) As Boolean
-
PEcopymetatofile(nWidth As Integer, nHeight As Integer, szFilename As String) As Boolean
-
PEcopyjpegtofile(nXPixels As Integer, nYPixels As Integer, szFilename As String) As Boolean
-
PEcopypngtoclipboard(nXPixels As Integer, nYPixels As Integer) As Boolean
-
PEcopypngtofile(nXPixels As Integer, nYPixels As Integer, szFilename As String) As Boolean
- PEcopyemftoclipboard (nWidth As Integer, nHeight As Integer, nEmfType As eEmfType, nEmfDC As eEmfDC, bEmfBitmapGradients As Boolean) As Boolean
- PEcopyemftofile (nWidth As Integer, nHeight As Integer, szFilename As String, nEmfType As eEmfType, nEmfDC As eEmfDC, bEmfBitmapGradients As Boolean) As Boolean
-
PEconvpixeltograph(pnAxis As Long, pnX As Long, pnY As Long, pfX As Double, pfY As Double, bRightAxis As Boolean, bTopAxis As Boolean, bViceVersa As Boolean) As Boolean
-
PEgethotspot(nX As Integer, nY As Integer) As Boolean
-
GetLastMouseMove(pnX As Integer, pnY As Integer)
-
GetHotSpotData(pHotSpotType As Integer, pExtra1 As Long, pExtra2 As Long)
-
ExportText(nExportPrecision, nTableOrList, nDataAndOrLabel, nTabOrComma nTableStyle, szFile) As Boolean
- ChangeResources(szFileName, nNewCharSet, bUpdateCharSet, bUpdateAllCharts) As Boolean
Graph and Scientific Graph Objects:
-
GetGraphLoc(pnAxis As Integer, pdXValue As Double, pdYValue As Double)
-
GetSpringDayLight(pMonth As Integer, pDay As Integer, pHour As Integer)
-
SetSpringDayLight(Month As Integer, Day As Integer, Hour As Integer)
-
GetFallDayLight(pMonth As Integer, pDay As Integer, pHour As Integer)
-
SetFallDayLight(Month As Integer, Day As Integer, Hour As Integer);
-
GetRectGraph(pLeft As Integer, pTop As Integer, pRight As Integer, pBottom As Integer)
-
GetRectAxis(pLeft As Integer, pTop As Integer, pRight As Integer, pBottom As Integer)
-
GetRectZoomWindow(pLeft As Integer, pTop As Integer, pRight As Integer, pBottom As Integer)
Scientific Graph Object Only:
-
GetExtraAxisX(pfMin As Single, pfMax As Single, pszLabel As String, pfManualLine As Single, pfManualTick As Single, pszFormat As String, pnShow As Integer, pnTick As Integer, pnInvert As Integer, pnLog As Integer, pdwColor As OLE_COLOR)
-
SetExtraAxisX(fMin As Single, fMax As Single, szLabel As String, fManualLine As Single, fManualTick As Single, szFormat As String, nShow As Integer, nTick As Integer, nInvert As Integer, nLog As Integer, dwColor As OLE_COLOR)
-
GetExtraAxisTX(pfMin As Single, pfMax As Single, pszLabel As String, pfManualLine As Single, pfManualTick As Single, pszFormat As String, pnShow As Integer, pnTick As Integer, pnInvert As Integer, pnLog As Integer, pdwColor As OLE_COLOR)
-
SetExtraAxisTX(fMin As Single, fMax As Single, szLabel As String, fManualLine As Single, fManualTick As Single, szFormat As String, nShow As Integer, nTick As Integer, nInvert As Integer, nLog As Integer, dwColor As OLE_COLOR)
3D Scientific Graph Object Only:
-
DxGetLight(nLight As Integer, pX As Single, pY As Single, pZ As Single)
-
DxGetLightEx(nLight As Integer, pX As Single, pY As Single, pZ As Single)
-
DxSetLight(nLight As Integer, X As Single, Y As Single, Z As Single)
|