VisioForge (c) 2025

Search Results for

    Struct MFPPan

    Pan properties.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.FastImageProcessing
    Assembly: VisioForge.Core.dll
    Syntax
    public struct MFPPan

    Fields

    StartHeight

    The start height.

    Declaration
    public int StartHeight
    Field Value
    Type Description
    int

    StartWidth

    The start width.

    Declaration
    public int StartWidth
    Field Value
    Type Description
    int

    StartX

    The start X.

    Declaration
    public int StartX
    Field Value
    Type Description
    int

    StartY

    The start Y.

    Declaration
    public int StartY
    Field Value
    Type Description
    int

    StopHeight

    The stop height.

    Declaration
    public int StopHeight
    Field Value
    Type Description
    int

    StopWidth

    The stop width.

    Declaration
    public int StopWidth
    Field Value
    Type Description
    int

    StopX

    The stop X.

    Declaration
    public int StopX
    Field Value
    Type Description
    int

    StopY

    The stop Y.

    Declaration
    public int StopY
    Field Value
    Type Description
    int