Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal object3D As Medical3DObject _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim object3D As Medical3DObject Dim instance As New Medical3DControl(object3D) |
C# | |
---|---|
public Medical3DControl( Medical3DObject object3D ) |
C++/CLI | |
---|---|
public: Medical3DControl( Medical3DObject^ object3D ) |
Parameters
- object3D
- Medical3DObject Represents the object that will be rendered on the control.
The control and container will be attached together. The control will render the object immediately and handle all mouse events.
The object(s) will be re-rendered when any changes occur. To enable or disable this feature, use AutoUpdate.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7