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 / BmpBitmapDecoder.cs / 1 / BmpBitmapDecoder.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All Rights Reserved // // File: BmpBitmapDecoder.cs // //----------------------------------------------------------------------------- using System; using System.IO; using System.Collections; using System.Security; using System.Security.Permissions; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using MS.Internal; using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Windows.Media; using System.Globalization; using System.Runtime.InteropServices; namespace System.Windows.Media.Imaging { #region BmpBitmapDecoder ////// The built-in Microsoft Bmp (Bitmap) Decoder. /// public sealed class BmpBitmapDecoder : BitmapDecoder { ////// Don't allow construction of a decoder with no params /// private BmpBitmapDecoder() { } ////// Create a BmpBitmapDecoder given the Uri /// /// Uri to decode /// Bitmap Create Options /// Bitmap Caching Option ////// Critical - access critical resource /// PublicOK - inputs verified or safe /// [SecurityCritical ] public BmpBitmapDecoder( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : base(bitmapUri, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatBmp) { } ////// If this decoder cannot handle the bitmap stream, it will throw an exception. /// /// Stream to decode /// Bitmap Create Options /// Bitmap Caching Option ////// Critical - access critical resource /// PublicOK - inputs verified or safe /// [SecurityCritical ] public BmpBitmapDecoder( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : base(bitmapStream, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatBmp) { } ////// Internal Constructor /// internal BmpBitmapDecoder( SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, bool insertInDecoderCache, bool originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle ) : base(decoderHandle, decoder, baseUri, uri, stream, createOptions, cacheOption, insertInDecoderCache, originalWritable, uriStream, unmanagedMemoryStream, safeFilehandle) { } #region Internal Abstract /// Need to implement this to derive from the "sealed" object internal override void SealObject() { throw new NotImplementedException(); } #endregion } #endregion } // 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: BmpBitmapDecoder.cs // //----------------------------------------------------------------------------- using System; using System.IO; using System.Collections; using System.Security; using System.Security.Permissions; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using MS.Internal; using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Windows.Media; using System.Globalization; using System.Runtime.InteropServices; namespace System.Windows.Media.Imaging { #region BmpBitmapDecoder ////// The built-in Microsoft Bmp (Bitmap) Decoder. /// public sealed class BmpBitmapDecoder : BitmapDecoder { ////// Don't allow construction of a decoder with no params /// private BmpBitmapDecoder() { } ////// Create a BmpBitmapDecoder given the Uri /// /// Uri to decode /// Bitmap Create Options /// Bitmap Caching Option ////// Critical - access critical resource /// PublicOK - inputs verified or safe /// [SecurityCritical ] public BmpBitmapDecoder( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : base(bitmapUri, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatBmp) { } ////// If this decoder cannot handle the bitmap stream, it will throw an exception. /// /// Stream to decode /// Bitmap Create Options /// Bitmap Caching Option ////// Critical - access critical resource /// PublicOK - inputs verified or safe /// [SecurityCritical ] public BmpBitmapDecoder( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : base(bitmapStream, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatBmp) { } ////// Internal Constructor /// internal BmpBitmapDecoder( SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, bool insertInDecoderCache, bool originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle ) : base(decoderHandle, decoder, baseUri, uri, stream, createOptions, cacheOption, insertInDecoderCache, originalWritable, uriStream, unmanagedMemoryStream, safeFilehandle) { } #region Internal Abstract /// Need to implement this to derive from the "sealed" object internal override void SealObject() { throw new NotImplementedException(); } #endregion } #endregion } // 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
- QilStrConcatenator.cs
- PropertyConverter.cs
- TemplatedWizardStep.cs
- HttpCachePolicy.cs
- FileAuthorizationModule.cs
- AnimatedTypeHelpers.cs
- SolidBrush.cs
- IconConverter.cs
- FilterQuery.cs
- TemplateFactory.cs
- PageTextBox.cs
- NominalTypeEliminator.cs
- RestClientProxyHandler.cs
- ProtocolReflector.cs
- WebPermission.cs
- ConditionCollection.cs
- PolyLineSegment.cs
- QilGenerator.cs
- Literal.cs
- StateMachineHelpers.cs
- HtmlImage.cs
- ObjectIDGenerator.cs
- PlatformNotSupportedException.cs
- InputLanguageSource.cs
- SerializerProvider.cs
- DockAndAnchorLayout.cs
- Crypto.cs
- AuthenticationSection.cs
- VisualBrush.cs
- SafeEventLogWriteHandle.cs
- Point3DAnimation.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- EntityType.cs
- _ServiceNameStore.cs
- FileChangesMonitor.cs
- TextBlock.cs
- UserControlBuildProvider.cs
- TextMarkerSource.cs
- PathGeometry.cs
- Propagator.cs
- RadioButtonFlatAdapter.cs
- ContentPathSegment.cs
- ControlPaint.cs
- DataGridViewCellConverter.cs
- PermissionToken.cs
- Stream.cs
- EventlogProvider.cs
- TransformerInfoCollection.cs
- DataBindingExpressionBuilder.cs
- ProtocolsConfigurationEntry.cs
- SecUtil.cs
- ActivityCodeDomSerializer.cs
- RootAction.cs
- KnowledgeBase.cs
- ModelFunction.cs
- Style.cs
- EventArgs.cs
- EntityCommandCompilationException.cs
- LinqDataSourceValidationException.cs
- ConfigurationHelpers.cs
- IPEndPoint.cs
- TimeZoneNotFoundException.cs
- StringStorage.cs
- DataBindingCollection.cs
- XmlIlGenerator.cs
- SafeCertificateStore.cs
- Relationship.cs
- SplineKeyFrames.cs
- DataGridTextBoxColumn.cs
- CompatibleIComparer.cs
- WinEventTracker.cs
- TypeUsage.cs
- MultilineStringConverter.cs
- PassportPrincipal.cs
- EnumerableWrapperWeakToStrong.cs
- Soap11ServerProtocol.cs
- PropertyTab.cs
- UrlMappingsModule.cs
- itemelement.cs
- BezierSegment.cs
- HealthMonitoringSection.cs
- BindingWorker.cs
- securitymgrsite.cs
- RadioButton.cs
- CodeNamespace.cs
- InvalidDocumentContentsException.cs
- StringStorage.cs
- WmfPlaceableFileHeader.cs
- itemelement.cs
- InstancePersistenceEvent.cs
- Query.cs
- OracleDataAdapter.cs
- TokenFactoryFactory.cs
- DataPagerFieldCollection.cs
- RuntimeDelegateArgument.cs
- CommonDialog.cs
- TraceProvider.cs
- SqlGatherConsumedAliases.cs
- _Connection.cs
- ProviderConnectionPoint.cs