[]
Initializes new instance of the Projection class with the default settings.
public Projection()
Initializes new instance of the Projection class.
public Projection(ProjectionType projectionType, float projectionDX, float projectionDY)
Type | Name | Description |
---|---|---|
ProjectionType | projectionType | Specifies projection type |
float | projectionDX | For use for orthogonal projection only |
float | projectionDY | For use for orthogonal projection only |
Initializes new instance of the Projection class.
public Projection(ProjectionType projectionType, float projectionDX, float projectionDY, float horizontalRotation, float verticalRotation)
Type | Name | Description |
---|---|---|
ProjectionType | projectionType | Specifies projection type |
float | projectionDX | For use for orthogonal projection only |
float | projectionDY | For use for orthogonal projection only |
float | horizontalRotation | |
float | verticalRotation |
Initializes new instance of the Projection class.
public Projection(ProjectionType projectionType, float projectionDX, float projectionDY, float horizontalRotation, float verticalRotation, float perspectiveRatio)
Type | Name | Description |
---|---|---|
ProjectionType | projectionType | Specifies projection type |
float | projectionDX | For use for orthogonal projection only |
float | projectionDY | For use for orthogonal projection only |
float | horizontalRotation | |
float | verticalRotation | |
float | perspectiveRatio |
For internal use only.
public Projection(string xml)
Type | Name | Description |
---|---|---|
string | xml |
For internal use only.
public Projection(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |