Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal image As RasterImage _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Medical3DControl( RasterImage image ) |
C++/CLI | |
---|---|
public: Medical3DControl( RasterImage image ) |
Parameters
- image
- RasterImage Represents the data of the 3D object which will be rendered on the control surface.
This constructor does the following:
Internally creates an object that will hold the image. Internally creates a container that will hold the object created. Attachs the container with the control.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family