Class
PerspectiveCamera

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<Camera>CameraProjectionCameraPerspectiveCamera

Implements: IAutomationPeerIPeerConverter

Inherited Members ProjectionCamera.NearPlaneDistancePropertyProjectionCamera.FarPlaneDistancePropertyProjectionCamera.PositionPropertyProjectionCamera.LookDirectionPropertyProjectionCamera.UpDirectionPropertyProjectionCamera.NearPlaneDistanceProjectionCamera.FarPlaneDistanceProjectionCamera.PositionProjectionCamera.LookDirectionProjectionCamera.UpDirectionCamera.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

PerspectiveCamera()

Declaration

cs-api-definition
public PerspectiveCamera()

Fields

FieldOfViewProperty

Declaration

cs-api-definition
public static AutomationProperty FieldOfViewProperty

Field Value

AutomationProperty

Properties

FieldOfView

Declaration

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

Property Value

double

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides ProjectionCamera.GetRealType()