VisioForge (c) 2025

Search Results for

    Struct VFRectIntl

    VisioForge rectangle.

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

    Constructors

    VFRectIntl(Rectangle)

    Initializes a new instance of the VFRectIntl struct.

    Declaration
    public VFRectIntl(Rectangle rect)
    Parameters
    Type Name Description
    Rectangle rect

    Rectangle.

    VFRectIntl(int, int, int, int)

    Initializes a new instance of the VFRectIntl struct.

    Declaration
    public VFRectIntl(int left, int top, int right, int bottom)
    Parameters
    Type Name Description
    int left

    Left.

    int top

    Top.

    int right

    Right.

    int bottom

    Bottom.

    Fields

    Bottom

    Bottom coordinate.

    Declaration
    public int Bottom
    Field Value
    Type Description
    int

    Left

    Left coordinate.

    Declaration
    public int Left
    Field Value
    Type Description
    int

    Right

    Right coordinate.

    Declaration
    public int Right
    Field Value
    Type Description
    int

    Top

    Top coordinate.

    Declaration
    public int Top
    Field Value
    Type Description
    int

    Methods

    ToString()

    Formats to nice string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    The string.

    Overrides
    ValueType.ToString()

    Extension Methods

    VFRectHelper.IsEmpty(VFRectIntl)
    VFRectHelper.ToRect(VFRectIntl)
    VFRectHelper.ToRectangle(VFRectIntl)