Represents 3D Plane that renders a 2D graphics display file.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GwxViewPlane3D : Plane3D, 
	ICustomTypeDescriptor
Visual Basic
Public Class GwxViewPlane3D _
	Inherits Plane3D _
	Implements ICustomTypeDescriptor
JScript
public class GwxViewPlane3D extends Plane3D implements ICustomTypeDescriptor

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media.Media3D..::..Visual3D
        System.Windows.Media.Media3D..::..ModelVisual3D
          Ico.Windows.Media.Media3D..::..Primitive3D
            Ico.Windows.Media.Media3D..::..Plane3D
              Ico.Gwx..::..GwxViewPlane3D

See Also