CADability dotNET

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void IPaintTo3D.Resize(
	int width,
	int height
)
Visual Basic
Private Sub Resize ( _
	width As Integer, _
	height As Integer _
) Implements IPaintTo3D.Resize
Visual C++
private:
virtual void Resize(
	int width, 
	int height
) sealed = IPaintTo3D::Resize

Parameters

width
Type: System..::..Int32
height
Type: System..::..Int32

Implements

IPaintTo3D..::..Resize(Int32, Int32)

See Also