public void IGetTitleParms(
ref string title1,
int title1_sz,
ref string title2,
int title2_sz,
ref int title1_orient,
ref double title1_x,
ref double title1_y,
ref int title2_orient,
ref double title2_x,
ref double title2_y,
ref string font,
int font_sz,
ref double text_size,
ref string color,
int color_sz,
int xy
)
public void IGetTitleParms(
ref string title1,
int title1_sz,
ref string title2,
int title2_sz,
ref int title1_orient,
ref double title1_x,
ref double title1_y,
ref int title2_orient,
ref double title2_x,
ref double title2_y,
ref string font,
int font_sz,
ref double text_size,
ref string color,
int color_sz,
int xy
)
Public Sub IGetTitleParms (
ByRef title1 As String,
title1_sz As Integer,
ByRef title2 As String,
title2_sz As Integer,
ByRef title1_orient As Integer,
ByRef title1_x As Double,
ByRef title1_y As Double,
ByRef title2_orient As Integer,
ByRef title2_x As Double,
ByRef title2_y As Double,
ByRef font As String,
font_sz As Integer,
ByRef text_size As Double,
ByRef color As String,
color_sz As Integer,
xy As Integer
)
Public Sub IGetTitleParms (
ByRef title1 As String,
title1_sz As Integer,
ByRef title2 As String,
title2_sz As Integer,
ByRef title1_orient As Integer,
ByRef title1_x As Double,
ByRef title1_y As Double,
ByRef title2_orient As Integer,
ByRef title2_x As Double,
ByRef title2_y As Double,
ByRef font As String,
font_sz As Integer,
ByRef text_size As Double,
ByRef color As String,
color_sz As Integer,
xy As Integer
)
public:
void IGetTitleParms(
String^% title1,
int title1_sz,
String^% title2,
int title2_sz,
int% title1_orient,
double% title1_x,
double% title1_y,
int% title2_orient,
double% title2_x,
double% title2_y,
String^% font,
int font_sz,
double% text_size,
String^% color,
int color_sz,
int xy
)
public:
void IGetTitleParms(
String^% title1,
int title1_sz,
String^% title2,
int title2_sz,
int% title1_orient,
double% title1_x,
double% title1_y,
int% title2_orient,
double% title2_x,
double% title2_y,
String^% font,
int font_sz,
double% text_size,
String^% color,
int color_sz,
int xy
)
member IGetTitleParms :
title1 : string byref *
title1_sz : int *
title2 : string byref *
title2_sz : int *
title1_orient : int byref *
title1_x : float byref *
title1_y : float byref *
title2_orient : int byref *
title2_x : float byref *
title2_y : float byref *
font : string byref *
font_sz : int *
text_size : float byref *
color : string byref *
color_sz : int *
xy : int -> unit
member IGetTitleParms :
title1 : string byref *
title1_sz : int *
title2 : string byref *
title2_sz : int *
title1_orient : int byref *
title1_x : float byref *
title1_y : float byref *
title2_orient : int byref *
title2_x : float byref *
title2_y : float byref *
font : string byref *
font_sz : int *
text_size : float byref *
color : string byref *
color_sz : int *
xy : int -> unit