FrameDimension

System.Drawing.Imaging.FrameDimension

Namespace: System.Drawing.Imaging

Assembly: System.Drawing.Managed (4.0.0.0)

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

public class FrameDimension

Constructors

FrameDimension(guid)

Initializes a new instance of the FrameDimension class with the specified GUID.

Name
Type
Description

guid

A Guid that represents the dimension to get.

Properties

Guid

Guid: Gets the global unique identifier (GUID) that represents this FrameDimension.

Page

FrameDimension: Gets the page dimension.

Resolution

FrameDimension: Gets the resolution dimension.

Time

FrameDimension: Gets the time dimension.

Last updated

Was this helpful?