Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryBrowser Class / NewTravelShapesLibraryGroup Method
measurement unit of the library
items size


In This Topic
    NewTravelShapesLibraryGroup Method
    In This Topic
    Creates a new library group with the predefined travel shapes and adds it in the library browser
    Syntax
    'Declaration
     
    
    Public Overridable Function NewTravelShapesLibraryGroup( _
       ByVal measurementUnit As NMeasurementUnit, _
       ByVal itemSize As NSizeF _
    ) As NLibraryGroup
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim measurementUnit As NMeasurementUnit
    Dim itemSize As NSizeF
    Dim value As NLibraryGroup
     
    value = instance.NewTravelShapesLibraryGroup(measurementUnit, itemSize)
    public virtual NLibraryGroup NewTravelShapesLibraryGroup( 
       NMeasurementUnit measurementUnit,
       NSizeF itemSize
    )

    Parameters

    measurementUnit
    measurement unit of the library
    itemSize
    items size

    Return Value

    library group with flags shapes
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also