System::Drawing::Imaging::FrameDimension class

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

MethodDescription
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() constReturns 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