Show / Hide Table of Contents

    Struct BeforeCropEventArgs

    Event arguments for the "before crop" event.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public struct BeforeCropEventArgs

    Constructors

    | Improve this Doc View Source

    BeforeCropEventArgs(AGSBoundingBox, BoundingBoxType)

    Initializes a new instance of the BeforeCropEventArgs struct.

    Declaration
    public BeforeCropEventArgs(AGSBoundingBox boundingBox, BoundingBoxType boundingBoxType)
    Parameters
    Type Name Description
    AGSBoundingBox boundingBox

    Bounding box.

    BoundingBoxType boundingBoxType

    Bounding box type.

    Properties

    | Improve this Doc View Source

    BoundingBox

    Gets the bounding box to be cropped.

    Declaration
    public AGSBoundingBox BoundingBox { get; }
    Property Value
    Type Description
    AGSBoundingBox

    The bounding box.

    | Improve this Doc View Source

    BoundingBoxType

    Gets the type of the bounding box to be cropped.

    Declaration
    public BoundingBoxType BoundingBoxType { get; }
    Property Value
    Type Description
    BoundingBoxType

    The type of the bounding box.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX