Class FrameDimension

FrameDimension class

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

public sealed class FrameDimension

Constructors

NameDescription
FrameDimension(Guid)Initializes a new instance of the FrameDimension class using the specified GUID structure.

Properties

NameDescription
static Page { get; }Gets the page dimension.
static Resolution { get; }Gets the resolution dimension.
static Time { get; }Gets the time dimension.
Guid { get; }Gets a globally unique identifier (GUID) that represents this FrameDimension object.

Methods

NameDescription
override Equals(object)Returns a value that indicates whether the specified object is a FrameDimension equivalent to this FrameDimension object.
override GetHashCode()Returns a hash code for this FrameDimension object.
override ToString()Converts this FrameDimension object to a human-readable string.

See Also