Nevron .NET Vision
Nevron.SmartShapes Namespace / NTransformSection Class
Members


In This Topic
    NTransformSection Class
    In This Topic
    The NTransformSection class represents a formula section, which is used for the formula definition of a transformation, which transforms the smart shape to the coordinate system of its parent
    Object Model
    NTransformSection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("Transform")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlsSection)>
    <System.SerializableAttribute()>
    Public Class NTransformSection 
       Inherits Nevron.FormulaSheet.NFormulaSection
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NTransformSection
    [System.Xml.Serialization.XmlType("Transform")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlsSection)]
    [System.Serializable()]
    public class NTransformSection : Nevron.FormulaSheet.NFormulaSection, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaSection
          Nevron.SmartShapes.NTransformSection

    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