System::Drawing::Imaging::FrameDimension class
Contents
[
Hide
]FrameDimension class
Provides properties that get the frame dimensions of an image. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class FrameDimension : public System::Object
Methods
Method | Description |
---|---|
Equals(FrameDimensionPtr) | Determines if the specified FrameDimension object is equivalent to the current object. |
FrameDimension(const System::Guid&) | Constructs a new FrameDimension object and initializes it with the specified GUID. |
get_Guid() const | Returns GUID associated with the current object. |
static get_Page() | Returns the page dimension. |
static get_Resolution() | Returns the resolution dimension. |
static get_Time() | Returns the time dimension. |
See Also
- Class Object
- Namespace System::Drawing::Imaging
- Library Aspose.PUB for C++