YouWindow initLogo Method YouInteract Documentation
Inserts the YouInteract Logo into an image

Namespace: YouInteract.YouPlugin_Developing
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void initLogo(
	Image logo,
	double w,
	double h
)

Parameters

logo
Type: System.Windows.Controls Image
A image file that will receive the BitMapImage of the logo
w
Type: System Double
Width of the image
h
Type: System Double
Height of the image
See Also