FrameDimension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties that get the frame dimensions of an image. Not inheritable.
public ref class FrameDimension sealed
public sealed class FrameDimension
type FrameDimension = class
Public NotInheritable Class FrameDimension
- Inheritance
-
FrameDimension
Constructors
FrameDimension(Guid) |
Initializes a new instance of the FrameDimension class using the specified |
Properties
Guid |
Gets a globally unique identifier (GUID) that represents this FrameDimension object. |
Page |
Gets the page dimension. |
Resolution |
Gets the resolution dimension. |
Time |
Gets the time dimension. |
Methods
Equals(Object) |
Returns a value that indicates whether the specified object is a FrameDimension equivalent to this FrameDimension object. |
GetHashCode() |
Returns a hash code for this FrameDimension object. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Converts this FrameDimension object to a human-readable string. |