Nevron .NET Vision
Nevron.Diagram Namespace / NCartesianScaleFactors Structure
Members


In This Topic
    NCartesianScaleFactors Structure
    In This Topic
    Represents the factors, by which an aggregated model is scaled by its aggregate
    Object Model
    NCartesianScaleFactors Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NCartesianScaleFactors 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NCartesianScaleFactors
    [System.Serializable()]
    public struct NCartesianScaleFactors : System.ValueType 
    Remarks
    When a model uses a cartesian scale inside its aggregate its width and height are computed with the following equasions:

    model.Width = aggregate.Width * F1 + aggregate.Height * F2; model.Height = aggregate.Width * F3 + aggregate.Height * F4;

    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Diagram.NCartesianScaleFactors

    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