Class
OrthographicCamera

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<Camera>CameraProjectionCameraOrthographicCamera

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

OrthographicCamera()

Declaration

cs-api-definition
public OrthographicCamera()

Fields

WidthProperty

Declaration

cs-api-definition
public static AutomationProperty WidthProperty

Field Value

AutomationProperty

Properties

Width

Declaration

cs-api-definition
[DataMember]
public double Width { 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()