Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / Imaging / GifBitmapEncoder.cs / 1 / GifBitmapEncoder.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: GifBitmapEncoder.cs // //----------------------------------------------------------------------------- using System; using System.Security; using System.Security.Permissions; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using MS.Internal; using MS.Win32.PresentationCore; using System.Diagnostics; using System.Windows.Media; using System.Globalization; using System.Runtime.InteropServices; using System.Windows.Media.Imaging; namespace System.Windows.Media.Imaging { #region GifBitmapEncoder ////// Built-in Encoder for Gif files. /// public sealed class GifBitmapEncoder : BitmapEncoder { #region Constructors ////// Constructor for GifBitmapEncoder /// ////// Critical - will eventuall create unmanaged resources /// PublicOK - all inputs are verified /// [SecurityCritical ] public GifBitmapEncoder() : base(true) { _supportsPreview = false; _supportsGlobalThumbnail = false; _supportsGlobalMetadata = false; _supportsFrameThumbnails = false; _supportsMultipleFrames = true; _supportsFrameMetadata = false; } #endregion #region Internal Properties / Methods ////// Returns the container format for this encoder /// ////// Critical - uses guid to create unmanaged resources /// internal override Guid ContainerFormat { [SecurityCritical] get { return _containerFormat; } } ////// Setups the encoder and other properties before encoding each frame /// [SecurityCritical] internal override void SetupFrame(SafeMILHandle frameEncodeHandle, SafeMILHandle encoderOptions) { HRESULT.Check(UnsafeNativeMethods.WICBitmapFrameEncode.Initialize( frameEncodeHandle, encoderOptions )); } #endregion #region Internal Abstract /// Need to implement this to derive from the "sealed" object internal override void SealObject() { throw new NotImplementedException(); } #endregion #region Data Members ////// Critical - CLSID used for creation of critical resources /// [SecurityCritical] private Guid _containerFormat = MILGuidData.GUID_ContainerFormatGif; #endregion } #endregion // GifBitmapEncoder } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: GifBitmapEncoder.cs // //----------------------------------------------------------------------------- using System; using System.Security; using System.Security.Permissions; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using MS.Internal; using MS.Win32.PresentationCore; using System.Diagnostics; using System.Windows.Media; using System.Globalization; using System.Runtime.InteropServices; using System.Windows.Media.Imaging; namespace System.Windows.Media.Imaging { #region GifBitmapEncoder ////// Built-in Encoder for Gif files. /// public sealed class GifBitmapEncoder : BitmapEncoder { #region Constructors ////// Constructor for GifBitmapEncoder /// ////// Critical - will eventuall create unmanaged resources /// PublicOK - all inputs are verified /// [SecurityCritical ] public GifBitmapEncoder() : base(true) { _supportsPreview = false; _supportsGlobalThumbnail = false; _supportsGlobalMetadata = false; _supportsFrameThumbnails = false; _supportsMultipleFrames = true; _supportsFrameMetadata = false; } #endregion #region Internal Properties / Methods ////// Returns the container format for this encoder /// ////// Critical - uses guid to create unmanaged resources /// internal override Guid ContainerFormat { [SecurityCritical] get { return _containerFormat; } } ////// Setups the encoder and other properties before encoding each frame /// [SecurityCritical] internal override void SetupFrame(SafeMILHandle frameEncodeHandle, SafeMILHandle encoderOptions) { HRESULT.Check(UnsafeNativeMethods.WICBitmapFrameEncode.Initialize( frameEncodeHandle, encoderOptions )); } #endregion #region Internal Abstract /// Need to implement this to derive from the "sealed" object internal override void SealObject() { throw new NotImplementedException(); } #endregion #region Data Members ////// Critical - CLSID used for creation of critical resources /// [SecurityCritical] private Guid _containerFormat = MILGuidData.GUID_ContainerFormatGif; #endregion } #endregion // GifBitmapEncoder } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlSchemaComplexContentRestriction.cs
- sqlnorm.cs
- HideDisabledControlAdapter.cs
- BaseAppDomainProtocolHandler.cs
- XmlEventCache.cs
- UriTemplate.cs
- DeferredElementTreeState.cs
- CodeSubDirectoriesCollection.cs
- ToolStripContainer.cs
- VSWCFServiceContractGenerator.cs
- MSHTMLHostUtil.cs
- SchemaElementLookUpTableEnumerator.cs
- ProvidePropertyAttribute.cs
- ExceptionNotification.cs
- DataGridViewColumnConverter.cs
- Ray3DHitTestResult.cs
- SQlBooleanStorage.cs
- AutoSizeComboBox.cs
- ReadOnlyHierarchicalDataSourceView.cs
- xamlnodes.cs
- ExecutionEngineException.cs
- DrawingBrush.cs
- PointCollection.cs
- ISAPIApplicationHost.cs
- PointF.cs
- PopupEventArgs.cs
- FixedHighlight.cs
- EncryptionUtility.cs
- odbcmetadatacollectionnames.cs
- ForwardPositionQuery.cs
- UriParserTemplates.cs
- FontStyles.cs
- TextInfo.cs
- EdmComplexTypeAttribute.cs
- DescriptionAttribute.cs
- OneWayChannelFactory.cs
- ErasingStroke.cs
- ConfigXmlSignificantWhitespace.cs
- FragmentNavigationEventArgs.cs
- CheckBoxBaseAdapter.cs
- OleDbSchemaGuid.cs
- Int32Animation.cs
- Matrix3DStack.cs
- GeneralTransformCollection.cs
- RectangleConverter.cs
- ToolZone.cs
- EdmFunction.cs
- RegisteredExpandoAttribute.cs
- SpinLock.cs
- StringFreezingAttribute.cs
- ThicknessAnimation.cs
- LabelEditEvent.cs
- OutputCacheProfile.cs
- _ConnectOverlappedAsyncResult.cs
- TimerEventSubscription.cs
- PrinterSettings.cs
- EventProviderWriter.cs
- InvalidContentTypeException.cs
- HyperLinkDataBindingHandler.cs
- Perspective.cs
- FormViewInsertedEventArgs.cs
- ListViewDeleteEventArgs.cs
- ClientTargetSection.cs
- GridItemProviderWrapper.cs
- MarshalByRefObject.cs
- InlinedLocationReference.cs
- MultipleCopiesCollection.cs
- XmlSchemaComplexContent.cs
- Mouse.cs
- TextBox.cs
- Types.cs
- CodeExporter.cs
- CompileLiteralTextParser.cs
- StoreAnnotationsMap.cs
- DocumentDesigner.cs
- SimpleType.cs
- ComEventsHelper.cs
- mactripleDES.cs
- GridViewCancelEditEventArgs.cs
- GrammarBuilderPhrase.cs
- PersonalizableTypeEntry.cs
- OdbcError.cs
- MD5.cs
- SqlParameterizer.cs
- Types.cs
- HttpApplicationFactory.cs
- CodeTypeParameterCollection.cs
- HtmlToClrEventProxy.cs
- WebConfigurationHostFileChange.cs
- SortedSetDebugView.cs
- MemoryRecordBuffer.cs
- ListViewGroup.cs
- webbrowsersite.cs
- ADConnectionHelper.cs
- Expression.cs
- GACIdentityPermission.cs
- Property.cs
- SapiRecoContext.cs
- BoolExpr.cs
- TextEditorParagraphs.cs