Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal image As RasterImage _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim image As RasterImage Dim instance As New Medical3DObject(image) |
C# | |
---|---|
public Medical3DObject( RasterImage image ) |
C++/CLI | |
---|---|
public: Medical3DObject( RasterImage^ image ) |
Parameters
- image
- Leadtools.RasterImage that contains the 3D object images that will be rendered.
- You must pass a multi-page image with at least 3 pages before using this method.
- It is better to load a 3D object using the efficienct memory loading feature. For more information refer, to MemoryEfficientInit.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7