Matrix3D Property (DicomImage3D)
 
            
                In This Topic
            
            
                The Matrix relating real world coordinates (in mm) to the display space (with units -1 to +1 in each dimension)
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Matrix3D As SharpDX.Matrix
             
        
            
            'Usage
 
Dim instance As DicomImage3D
Dim value As SharpDX.Matrix
 
instance.Matrix3D = value
 
value = instance.Matrix3D
             
        
            
            public SharpDX.Matrix Matrix3D {get; set;}
             
        
            
            public read-write property Matrix3D: SharpDX.Matrix; 
             
        
            
            public function get,set Matrix3D : SharpDX.Matrix
             
        
            
            public: __property SharpDX.Matrix get_Matrix3D();
public: __property void set_Matrix3D( 
   SharpDX.Matrix value
);
             
        
            
            public:
property SharpDX.Matrix Matrix3D {
   SharpDX.Matrix get();
   void set (    SharpDX.Matrix value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            Requirements
Target Platforms: .NET CLR 4.8 or higher
            
            See Also