Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMatrix Structure
Members


In This Topic
    NMatrix Structure
    In This Topic
    Represents an affine transformation in 2D space (3x2 matrix).
    Object Model
    NMatrix Structure
    Syntax
    'Declaration
     
    
    Public Structure NMatrix 
       Inherits System.ValueType
       Implements Nevron.Nov.Serialization.INDomCustomSerializable 
    'Usage
     
    
    Dim instance As NMatrix
    public struct NMatrix : System.ValueType, Nevron.Nov.Serialization.INDomCustomSerializable  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.Graphics.NMatrix

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also