Class FrameDimension
FrameDimension class
Provides properties that get the frame dimensions of an image. Not inheritable.
public sealed class FrameDimension
Constructors
Name | Description |
---|
FrameDimension(Guid) | Initializes a new instance of the FrameDimension class using the specified GUID structure. |
Properties
Name | Description |
---|
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
Name | Description |
---|
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