Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class
Properties Methods


In This Topic
    NShapesFactory Class Members
    In This Topic

    The following tables list the members exposed by NShapesFactory.

    Public Properties
     NameDescription
    Public PropertyGets/sets the default shapes size  
    Public PropertyGets/sets the measurement unit of the factory  
    Public PropertyGets/sets the name of this shape factory  
    Public PropertyGets the measurement unit in which the shapes are originally defined  
    Public PropertyGets/sets the resolution used for convertion between device dependant and device independant measurement units  
    Public PropertyGets the hashtable, which is used to cashe the generated shape infos  
    Public PropertyObtains the count of shapes, which this factory can produce  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new instance of the shape with the specified name  
    Public MethodCalled when the measurement unit of the measurements stored in this factory have changed and all measurements must be converted to the new unit  
    Public MethodCreates a new library document, which contians a master for each shape which the factory can produce  
    Public MethodOverloaded. Determines whether this shape factory can create a shape with the specified name  
    Public MethodObtains information about the shape at the specified index  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Creates center and sides ports for the specified shape. The center port is anchored to the middle center of the sub model width the specified anchor UId  
    Protected MethodOverloaded. Creates center and and vertices ports  
    Protected MethodOverloaded. Creates a dynamic center port for the specified shape, anchored to the sub model with the specified UId  
    Protected MethodCreates the shape info for the shape at the specified index  
    Protected MethodCreates sides ports for the specifies shape  
    Protected MethodCreates ports for the specifies shape vertices  
    Protected MethodMust override to return the shapes enumeration type  
    Protected MethodGets the modeling bounds for a shape  
    Protected MethodCalled when the shape at the specified index has been created  
    Top
    See Also