#include <frame_dimension.h>
Provides properties that get the frame dimensions of an image. Not inheritable. 
- Namespace
 - xtd::drawing::imaging 
 
- Library
 - xtd.drawing 
 
 
Inherits xtd::object.
 | 
|   | frame_dimension (const xtd::guid &guid) | 
|   | Initializes a new instance of the FrameDimension class using the specified Guid structure.  
  | 
|   | 
| const xtd::guid &  | guid () const | 
|   | Gets a globally unique identifier (GUID) that represents this frame_dimension object.  
  | 
|   | 
|   | object ()=default | 
|   | Create a new instance of the ultimate base class object.  
  | 
|   | 
| virtual bool  | equals (const object &obj) const noexcept | 
|   | Determines whether the specified object is equal to the current object.  
  | 
|   | 
| virtual size_t  | get_hash_code () const noexcept | 
|   | Serves as a hash function for a particular type.  
  | 
|   | 
| template<typename object_t >  | 
| std::unique_ptr< object_t >  | memberwise_clone () const | 
|   | Gets the type of the current instance.  
  | 
|   | 
| virtual xtd::ustring  | to_string () const noexcept | 
|   | Returns a std::string that represents the current object.  
  | 
|   | 
◆ frame_dimension()
  
  
      
        
          | xtd::drawing::imaging::frame_dimension::frame_dimension  | 
          ( | 
          const xtd::guid &  | 
          guid | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
Initializes a new instance of the FrameDimension class using the specified Guid structure. 
- Parameters
 - 
  
  
 
 
 
◆ guid()
  
  
      
        
          | const xtd::guid & xtd::drawing::imaging::frame_dimension::guid  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Gets a globally unique identifier (GUID) that represents this frame_dimension object. 
- Returns
 - A guid structure that contains a GUID that represents this frame_dimension object. 
 
 
 
◆ page()
Gets the page dimension. 
- Returns
 - The page dimension. 
 
 
 
◆ resolution()
  
  
      
        
          | static frame_dimension xtd::drawing::imaging::frame_dimension::resolution  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Gets the resolution dimension. 
- Returns
 - The resolution dimension. 
 
 
 
◆ time()
Gets the time dimension. 
- Returns
 - The time dimension. 
 
 
 
The documentation for this class was generated from the following file: