VisioForge (c) 2025

Search Results for

    Class ONVIFPTZRanges

    ONVIF PTZ ranges.

    Inheritance
    object
    ONVIFPTZRanges
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.VideoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public class ONVIFPTZRanges

    Constructors

    ONVIFPTZRanges(float, float, float, float, float, float)

    Initializes a new instance of the ONVIFPTZRanges class.

    Declaration
    public ONVIFPTZRanges(float minX, float maxX, float minY, float maxY, float minZoom, float maxZoom)
    Parameters
    Type Name Description
    float minX

    Min X.

    float maxX

    Max X.

    float minY

    Min Y.

    float maxY

    Max Y.

    float minZoom

    Min zoom.

    float maxZoom

    Max zoom.

    Properties

    MaxX

    Gets maximal X.

    Declaration
    public float MaxX { get; }
    Property Value
    Type Description
    float

    MaxY

    Gets maximal Y.

    Declaration
    public float MaxY { get; }
    Property Value
    Type Description
    float

    MaxZoom

    Gets maximal zoom.

    Declaration
    public float MaxZoom { get; }
    Property Value
    Type Description
    float

    MinX

    Gets minimal X.

    Declaration
    public float MinX { get; }
    Property Value
    Type Description
    float

    MinY

    Gets minimal Y.

    Declaration
    public float MinY { get; }
    Property Value
    Type Description
    float

    MinZoom

    Gets minimal zoom.

    Declaration
    public float MinZoom { get; }
    Property Value
    Type Description
    float