Skip to content

PLTransportLayer.VantagePointEnum Class#

Vantage point. Use for mirroring. If VantagePoint is set to TopRight or BottomRight Width + XOffset must be smaller than SensorWidth. If VantagePoint is set to BottomLeft or BottomRight the Height + YOffset must be smaller than SensorHeight.

Applies to: CoaXPress

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLTransportLayer.VantagePointEnum

Constructors#

 NameDescription
Public methodPLTransportLayer.VantagePointEnum Initializes a new instance of the PLTransportLayer.VantagePointEnum class
 

Properties#

 NameDescription
Public propertyBottomLeft

Starting point of the image is the bottom left corner.

Applies to: CoaXPress

Public propertyBottomRight

Starting point of the image is the bottom right corner.

Applies to: CoaXPress

Public propertyName The full name of VantagePoint (Overrides ParameterListEnum.Name.)
Public propertyTopLeft

Starting point of the image is the top left corner.

Applies to: CoaXPress

Public propertyTopRight

Starting point of the image is the top right corner.

Applies to: CoaXPress

 

Methods#

 NameDescription
Public methodToString The full name of VantagePoint (Overrides Object.ToString()()()().)
 

PLTransportLayer.VantagePointEnum.ToString Method#

The full name of VantagePoint

Return Value#

Type: String
Returns the full name of VantagePoint

PLTransportLayer.VantagePointEnum Constructor#

Initializes a new instance of the PLTransportLayer.VantagePointEnum class

PLTransportLayer.VantagePointEnum.BottomLeft Property#

Starting point of the image is the bottom left corner.

Applies to: CoaXPress

PLTransportLayer.VantagePointEnum.BottomRight Property#

Starting point of the image is the bottom right corner.

Applies to: CoaXPress

PLTransportLayer.VantagePointEnum.Name Property#

The full name of VantagePoint

PLTransportLayer.VantagePointEnum.TopLeft Property#

Starting point of the image is the top left corner.

Applies to: CoaXPress

PLTransportLayer.VantagePointEnum.TopRight Property#

Starting point of the image is the top right corner.

Applies to: CoaXPress