VisioForge (c) 2025

Search Results for

    Class VFRectHelper

    VFRect helper.

    Inheritance
    object
    VFRectHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Helpers
    Assembly: VisioForge.Core.dll
    Syntax
    public static class VFRectHelper

    Methods

    IsEmpty(VFRectIntl)

    Determines whether the specified rectangle is empty.

    Declaration
    public static bool IsEmpty(this VFRectIntl rect)
    Parameters
    Type Name Description
    VFRectIntl rect

    The rectangle.

    Returns
    Type Description
    bool

    true if the specified rectangle is empty; otherwise, false.

    ToRect(VFRectIntl)

    Converts to Rect.

    Declaration
    public static Rect ToRect(this VFRectIntl rect)
    Parameters
    Type Name Description
    VFRectIntl rect

    The rectangle.

    Returns
    Type Description
    Rect

    Rect.

    ToRectangle(VFRectIntl)

    Converts to Rectangle.

    Declaration
    public static Rectangle ToRectangle(this VFRectIntl rect)
    Parameters
    Type Name Description
    VFRectIntl rect

    The rectangle.

    Returns
    Type Description
    Rectangle

    Rectangle.

    ToVFRect(Rectangle)

    Converts to VFRect.

    Declaration
    public static VFRectIntl ToVFRect(this Rectangle rect)
    Parameters
    Type Name Description
    Rectangle rect

    The rectangle.

    Returns
    Type Description
    VFRectIntl

    VFRect.