Class
ProjectionCamera

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public abstract class ProjectionCamera : Camera, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<Camera>CameraProjectionCamera

Derived Classes: OrthographicCameraPerspectiveCamera

Implements: IAutomationPeerIPeerConverter

Inherited Members Camera.TransformPropertyCamera.TransformAutomationObject<Camera>.GetProperty(AutomationProperty)AutomationObject<Camera>.GetProperty(AutomationProperty, object)AutomationObject<Camera>.SetProperty(AutomationProperty, object)AutomationObject<Camera>.InvokeMethod(AutomationMethod, params object[])AutomationObject<Camera>.InvokeMethod(string, params object[])AutomationObject<Camera>.Serialize()AutomationObject<Camera>.Deserialize(string)AutomationObject<Camera>.AssignReference(AutomationReference)AutomationObject<Camera>.ToRealObject()AutomationObject<Camera>.FromRealObject(object)AutomationObject<Camera>.ReferenceAutomationObject<Camera>.PropertyBag

Constructors

ProjectionCamera()

Declaration

cs-api-definition
public ProjectionCamera()

Fields

FarPlaneDistanceProperty

Declaration

cs-api-definition
public static AutomationProperty FarPlaneDistanceProperty

Field Value

AutomationProperty

LookDirectionProperty

Declaration

cs-api-definition
public static AutomationProperty LookDirectionProperty

Field Value

AutomationProperty

NearPlaneDistanceProperty

Declaration

cs-api-definition
public static AutomationProperty NearPlaneDistanceProperty

Field Value

AutomationProperty

PositionProperty

Declaration

cs-api-definition
public static AutomationProperty PositionProperty

Field Value

AutomationProperty

UpDirectionProperty

Declaration

cs-api-definition
public static AutomationProperty UpDirectionProperty

Field Value

AutomationProperty

Properties

FarPlaneDistance

Declaration

cs-api-definition
[DataMember]
public double FarPlaneDistance { get; set; }

Property Value

double

LookDirection

Declaration

cs-api-definition
[DataMember]
public Vector3D LookDirection { get; set; }

Property Value

Vector3D

NearPlaneDistance

Declaration

cs-api-definition
[DataMember]
public double NearPlaneDistance { get; set; }

Property Value

double

Position

Declaration

cs-api-definition
[DataMember]
public Point3D Position { get; set; }

Property Value

Point3D

UpDirection

Declaration

cs-api-definition
[DataMember]
public Vector3D UpDirection { get; set; }

Property Value

Vector3D

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides Camera.GetRealType()