Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / FrameDimension.cs / 1305376 / FrameDimension.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Drawing.Imaging {
using System;
using System.Diagnostics;
using System.Drawing;
using System.ComponentModel;
/**
* frame dimension constants (used with Bitmap.FrameDimensionsList)
*/
///
///
///
///
// [TypeConverterAttribute(typeof(FrameDimensionConverter))]
public sealed class FrameDimension {
// Frame dimension GUIDs, from sdkinc\imgguids.h
private static FrameDimension time = new FrameDimension(new Guid("{6aedbd6d-3fb5-418a-83a6-7f45229dc872}"));
private static FrameDimension resolution = new FrameDimension(new Guid("{84236f7b-3bd3-428f-8dab-4ea1439ca315}"));
private static FrameDimension page = new FrameDimension(new Guid("{7462dc86-6180-4c7e-8e3f-ee7333a7a483}"));
private Guid guid;
///
///
/// Initializes a new instance of the class with the specified GUID.
///
public FrameDimension(Guid guid) {
this.guid = guid;
}
///
///
/// Specifies a global unique identifier (GUID)
/// that represents this .
///
public Guid Guid {
get { return guid;}
}
///
///
/// The time dimension.
///
public static FrameDimension Time {
get { return time;}
}
///
///
/// The resolution dimension.
///
public static FrameDimension Resolution {
get { return resolution;}
}
///
///
/// The page dimension.
///
public static FrameDimension Page {
get { return page;}
}
///
///
/// Returns a value indicating whether the
/// specified object is an equivalent to this .
///
public override bool Equals(object o) {
FrameDimension format = o as FrameDimension;
if (format == null)
return false;
return this.guid == format.guid;
}
///
///
/// [To be supplied.]
///
public override int GetHashCode() {
return guid.GetHashCode();
}
///
///
/// Converts this to a human-readable string.
///
public override string ToString() {
if (this == time) return "Time";
if (this == resolution) return "Resolution";
if (this == page) return "Page";
return "[FrameDimension: " + guid + "]";
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Drawing.Imaging {
using System;
using System.Diagnostics;
using System.Drawing;
using System.ComponentModel;
/**
* frame dimension constants (used with Bitmap.FrameDimensionsList)
*/
///
///
///
///
// [TypeConverterAttribute(typeof(FrameDimensionConverter))]
public sealed class FrameDimension {
// Frame dimension GUIDs, from sdkinc\imgguids.h
private static FrameDimension time = new FrameDimension(new Guid("{6aedbd6d-3fb5-418a-83a6-7f45229dc872}"));
private static FrameDimension resolution = new FrameDimension(new Guid("{84236f7b-3bd3-428f-8dab-4ea1439ca315}"));
private static FrameDimension page = new FrameDimension(new Guid("{7462dc86-6180-4c7e-8e3f-ee7333a7a483}"));
private Guid guid;
///
///
/// Initializes a new instance of the class with the specified GUID.
///
public FrameDimension(Guid guid) {
this.guid = guid;
}
///
///
/// Specifies a global unique identifier (GUID)
/// that represents this .
///
public Guid Guid {
get { return guid;}
}
///
///
/// The time dimension.
///
public static FrameDimension Time {
get { return time;}
}
///
///
/// The resolution dimension.
///
public static FrameDimension Resolution {
get { return resolution;}
}
///
///
/// The page dimension.
///
public static FrameDimension Page {
get { return page;}
}
///
///
/// Returns a value indicating whether the
/// specified object is an equivalent to this .
///
public override bool Equals(object o) {
FrameDimension format = o as FrameDimension;
if (format == null)
return false;
return this.guid == format.guid;
}
///
///
/// [To be supplied.]
///
public override int GetHashCode() {
return guid.GetHashCode();
}
///
///
/// Converts this to a human-readable string.
///
public override string ToString() {
if (this == time) return "Time";
if (this == resolution) return "Resolution";
if (this == page) return "Page";
return "[FrameDimension: " + guid + "]";
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DrawingDrawingContext.cs
- WorkflowDebuggerSteppingAttribute.cs
- AttachedPropertyDescriptor.cs
- PrintingPermissionAttribute.cs
- PlainXmlDeserializer.cs
- XmlSchemaException.cs
- NumberFunctions.cs
- namescope.cs
- ServiceModelPerformanceCounters.cs
- SecurityCriticalDataForSet.cs
- ScaleTransform.cs
- odbcmetadatacollectionnames.cs
- ConditionalAttribute.cs
- Oid.cs
- EdmEntityTypeAttribute.cs
- FolderLevelBuildProviderCollection.cs
- DispatcherHooks.cs
- PersonalizationStateQuery.cs
- StylusShape.cs
- SystemParameters.cs
- SettingsPropertyCollection.cs
- ExceptionDetail.cs
- ToolStripGripRenderEventArgs.cs
- Missing.cs
- altserialization.cs
- HtmlImage.cs
- SqlNodeAnnotations.cs
- ServiceContractListItem.cs
- KernelTypeValidation.cs
- Collection.cs
- Conditional.cs
- KoreanCalendar.cs
- CachedPathData.cs
- HtmlInputPassword.cs
- ArithmeticException.cs
- CustomCategoryAttribute.cs
- OledbConnectionStringbuilder.cs
- SimpleHandlerBuildProvider.cs
- Guid.cs
- MethodToken.cs
- FormatterServices.cs
- XamlStream.cs
- PkcsUtils.cs
- MenuItemStyle.cs
- _ScatterGatherBuffers.cs
- UnknownBitmapEncoder.cs
- ActivityExecutor.cs
- BookmarkNameHelper.cs
- WindowsFormsLinkLabel.cs
- HMACRIPEMD160.cs
- CodeFieldReferenceExpression.cs
- IndexOutOfRangeException.cs
- KeysConverter.cs
- LinqDataSourceContextEventArgs.cs
- Lease.cs
- MetadataItem_Static.cs
- BulletedList.cs
- DoubleKeyFrameCollection.cs
- _ProxyChain.cs
- SaveFileDialog.cs
- DbModificationCommandTree.cs
- Cursors.cs
- AnnotationMap.cs
- Model3D.cs
- NameValueCollection.cs
- DataGridViewUtilities.cs
- IListConverters.cs
- TemplatePropertyEntry.cs
- ContextBase.cs
- DbTypeMap.cs
- ContextProperty.cs
- CommandHelper.cs
- ToolStripSeparator.cs
- cookiecollection.cs
- DynamicUpdateCommand.cs
- UpdateCommandGenerator.cs
- ObjectDataSource.cs
- ThreadStateException.cs
- PageAsyncTaskManager.cs
- UnsafeNativeMethodsPenimc.cs
- DPTypeDescriptorContext.cs
- DataGridViewCellEventArgs.cs
- RowTypeElement.cs
- SubclassTypeValidatorAttribute.cs
- _AutoWebProxyScriptEngine.cs
- WindowsRichEdit.cs
- SqlDataSourceQuery.cs
- storepermission.cs
- IWorkflowDebuggerService.cs
- WorkflowDebuggerSteppingAttribute.cs
- Viewport2DVisual3D.cs
- httpapplicationstate.cs
- Timer.cs
- hwndwrapper.cs
- ComplexLine.cs
- TraversalRequest.cs
- CancelEventArgs.cs
- DateTimeConstantAttribute.cs
- WhileDesigner.cs
- HttpBrowserCapabilitiesBase.cs