VisioForge (c) 2025

Search Results for

    Class SizeHelper

    Size helper.

    Inheritance
    object
    SizeHelper
    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 SizeHelper

    Methods

    ToSize(Size)

    Converts to Size.

    Declaration
    public static Size ToSize(this Size sz)
    Parameters
    Type Name Description
    Size sz

    The size.

    Returns
    Type Description
    Size

    VisioForge.Core.Types.Size.

    ToSize(Size)

    Converts to Size.

    Declaration
    public static Size ToSize(this Size sz)
    Parameters
    Type Name Description
    Size sz

    The size.

    Returns
    Type Description
    Size

    System.Drawing.Size.