In This Topic
            
            Size of mounting surface beginning relatively to the origin of plane. (x == width, y == height)
            
            
            Syntax
            
            
            
            
            public PointD MountingSurface {get; set;}
             
        
            
            public:
property PointD MountingSurface {
   PointD get();
   void set (    PointD value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            See Also