Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- MouseGesture.cs
- TextUtf8RawTextWriter.cs
- SafePipeHandle.cs
- ChannelBase.cs
- File.cs
- WindowsListViewItemStartMenu.cs
- SimpleRecyclingCache.cs
- TargetControlTypeAttribute.cs
- XmlArrayItemAttribute.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- DataGridViewCellCancelEventArgs.cs
- PersianCalendar.cs
- XPathChildIterator.cs
- TimeZone.cs
- SuppressMergeCheckAttribute.cs
- PixelFormat.cs
- GroupBox.cs
- TypeUnloadedException.cs
- QuaternionRotation3D.cs
- SqlError.cs
- DbConnectionFactory.cs
- HMACSHA512.cs
- XhtmlBasicControlAdapter.cs
- AssemblyNameEqualityComparer.cs
- FontFaceLayoutInfo.cs
- ComboBox.cs
- ToolStripItemBehavior.cs
- RenderOptions.cs
- DoubleAnimationUsingPath.cs
- TcpChannelListener.cs
- EntityWithKeyStrategy.cs
- OracleConnectionString.cs
- XpsFilter.cs
- Token.cs
- DomNameTable.cs
- BulletDecorator.cs
- securestring.cs
- BindingFormattingDialog.cs
- BaseProcessProtocolHandler.cs
- XamlValidatingReader.cs
- FaultConverter.cs
- CompositeDuplexBindingElementImporter.cs
- OdbcConnectionHandle.cs
- Setter.cs
- DataGridRowClipboardEventArgs.cs
- XPathAncestorQuery.cs
- HtmlInputReset.cs
- QueueNameHelper.cs
- TextTreeNode.cs
- OperationAbortedException.cs
- Button.cs
- ModuleBuilder.cs
- NumericExpr.cs
- SafeCloseHandleCritical.cs
- TableLayoutSettings.cs
- XmlNamespaceDeclarationsAttribute.cs
- ValidateNames.cs
- Profiler.cs
- RayMeshGeometry3DHitTestResult.cs
- EmptyCollection.cs
- TypeHelper.cs
- recordstatescratchpad.cs
- DeflateStream.cs
- Socket.cs
- TrailingSpaceComparer.cs
- NumberFunctions.cs
- CombinedGeometry.cs
- ByteFacetDescriptionElement.cs
- FieldAccessException.cs
- TextTreeDeleteContentUndoUnit.cs
- WebPartConnectionsDisconnectVerb.cs
- DataGridViewEditingControlShowingEventArgs.cs
- Size3D.cs
- DESCryptoServiceProvider.cs
- PrintPreviewGraphics.cs
- PropertyValueUIItem.cs
- XmlElement.cs
- XPathNavigatorKeyComparer.cs
- DataControlButton.cs
- SecurityPolicySection.cs
- XmlNodeReader.cs
- AttachedPropertyInfo.cs
- TreeNodeBindingDepthConverter.cs
- OracleCommandSet.cs
- CurrentChangedEventManager.cs
- TraceLevelHelper.cs
- CapabilitiesRule.cs
- InternalConfigConfigurationFactory.cs
- CompositeCollectionView.cs
- TextLine.cs
- SelectedDatesCollection.cs
- Parser.cs
- EngineSiteSapi.cs
- LinqDataSourceValidationException.cs
- DataColumn.cs
- FixedSOMPage.cs
- HttpListenerException.cs
- HandoffBehavior.cs
- XmlAtomErrorReader.cs
- Win32Native.cs