FrameDimension Class

 

Provides properties that get the frame dimensions of an image. Not inheritable.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

System::Object
  System.Drawing.Imaging::FrameDimension

public ref class FrameDimension sealed 

NameDescription
System_CAPS_pubmethodFrameDimension(Guid)

Initializes a new instance of the FrameDimension class using the specified Guid structure.

NameDescription
System_CAPS_pubpropertyGuid

Gets a globally unique identifier (GUID) that represents this FrameDimension object.

System_CAPS_pubpropertySystem_CAPS_staticPage

Gets the page dimension.

System_CAPS_pubpropertySystem_CAPS_staticResolution

Gets the resolution dimension.

System_CAPS_pubpropertySystem_CAPS_staticTime

Gets the time dimension.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Returns a value that indicates whether the specified object is a FrameDimension equivalent to this FrameDimension object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns a hash code for this FrameDimension object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts this FrameDimension object to a human-readable string.(Overrides Object::ToString().)

.NET Framework
Available since 1.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: