Click or drag to resize

ImportedImageVisualUpdateScreenSize Method

[Missing <summary> documentation for "M:Demo3D.Visuals.ImportedImageVisual.UpdateScreenSize(System.Int32,System.Int32)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void UpdateScreenSize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Demo3D.Visuals.ImportedImageVisual.UpdateScreenSize(System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Demo3D.Visuals.ImportedImageVisual.UpdateScreenSize(System.Int32,System.Int32)"]

See Also