Namespace: DeltaNinja.PagesAssembly: DeltaNinja (in DeltaNinja.exe) Version: 1.1.1.0 (1.1.1)
public void SetTitle(
string imageName,
float width,
float ratio,
float topOffset
)
public void SetTitle(
string imageName,
float width,
float ratio,
float topOffset
)
Public Sub SetTitle (
imageName As String,
width As Single,
ratio As Single,
topOffset As Single
)
Public Sub SetTitle (
imageName As String,
width As Single,
ratio As Single,
topOffset As Single
)
public:
void SetTitle(
String^ imageName,
float width,
float ratio,
float topOffset
)
public:
void SetTitle(
String^ imageName,
float width,
float ratio,
float topOffset
)
member SetTitle :
imageName : string *
width : float32 *
ratio : float32 *
topOffset : float32 -> unit
member SetTitle :
imageName : string *
width : float32 *
ratio : float32 *
topOffset : float32 -> unit