 | CPGUSaveFile Method |
Writes a PG to an image file.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SaveFile(
CPG pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CTR tr,
CIPJ ipj,
string file
)
public static void SaveFile(
CPG pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CTR tr,
CIPJ ipj,
string file
)
Public Shared Sub SaveFile (
pg As CPG,
xo As Double,
yo As Double,
dx As Double,
dy As Double,
rot As Double,
tr As CTR,
ipj As CIPJ,
file As String
)
Public Shared Sub SaveFile (
pg As CPG,
xo As Double,
yo As Double,
dx As Double,
dy As Double,
rot As Double,
tr As CTR,
ipj As CIPJ,
file As String
)
public:
static void SaveFile(
CPG^ pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CTR^ tr,
CIPJ^ ipj,
String^ file
)
public:
static void SaveFile(
CPG^ pg,
double xo,
double yo,
double dx,
double dy,
double rot,
CTR^ tr,
CIPJ^ ipj,
String^ file
)
static member SaveFile :
pg : CPG *
xo : float *
yo : float *
dx : float *
dy : float *
rot : float *
tr : CTR *
ipj : CIPJ *
file : string -> unit
static member SaveFile :
pg : CPG *
xo : float *
yo : float *
dx : float *
dy : float *
rot : float *
tr : CTR *
ipj : CIPJ *
file : string -> unit
Parameters
- pg
- Type: GeoEngine.Core.GXNetCPG
Input PG object - xo
- Type: SystemDouble
X origin - yo
- Type: SystemDouble
Y origin - dx
- Type: SystemDouble
DX - dy
- Type: SystemDouble
DY - rot
- Type: SystemDouble
Rotation angle - tr
- Type: GeoEngine.Core.GXNetCTR
Trend information or NULL - ipj
- Type: GeoEngine.Core.GXNetCIPJ
Projection or NULL - file
- Type: SystemString
Output file name
RemarksThe trend object and projection are optional.
See Also