Search Results for

    Show / Hide Table of Contents

    Class SelectionPoint

    Specifies a selection point used to resize an object.

    Inheritance
    System.Object
    SelectionPoint
    Namespace: FastReport.Utils
    Assembly: FastReport.dll
    Syntax
    public class SelectionPoint

    Constructors

    SelectionPoint(Single, Single, SizingPoint)

    Initializes a new instance of the SelectionPoint class with specified location and size mode.

    Declaration
    public SelectionPoint(float x, float y, SizingPoint pt)
    Parameters
    Type Name Description
    System.Single x

    The X coordinate.

    System.Single y

    The Y coordinate.

    SizingPoint pt

    Size mode.

    Fields

    sizingPoint

    The size mode.

    Declaration
    public SizingPoint sizingPoint
    Field Value
    Type Description
    SizingPoint

    x

    The X coordinate of the point.

    Declaration
    public float x
    Field Value
    Type Description
    System.Single

    y

    The Y coordinate of the point.

    Declaration
    public float y
    Field Value
    Type Description
    System.Single
    Back to top © 1998-2025 Copyright Fast Reports Inc.