Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Base / System / Windows / Int32Rect.cs / 1 / Int32Rect.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001, 2002 // // File: Int32Rect.cs //----------------------------------------------------------------------------- using System; using System.Diagnostics; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Text; using System.Collections; using System.Globalization; using MS.Internal; using System.Windows; using System.Windows.Media; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions; namespace System.Windows { ////// Int32Rect - The primitive which represents an integer rectangle. /// public partial struct Int32Rect { #region Constructors ////// Constructor which sets the initial values to the values of the parameters. /// public Int32Rect(Int32 x, Int32 y, Int32 width, Int32 height) { _x = x; _y = y; _width = width; _height = height; } #endregion Constructors #region Statics ////// Empty - a static property which provides an Empty Int32Rectangle. /// public static Int32Rect Empty { get { return s_empty; } } #endregion Statics #region Public Properties ////// IsEmpty - this returns true if this Int32Rect is the Empty integer rectangle. /// public bool IsEmpty { get { return (_x == 0) && (_y == 0) && (_width == 0) && (_height == 0); } } #endregion Public Properties #region Public Methods #endregion Private Methods #region Private Fields private readonly static Int32Rect s_empty = new Int32Rect(0,0,0,0); #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001, 2002 // // File: Int32Rect.cs //----------------------------------------------------------------------------- using System; using System.Diagnostics; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Text; using System.Collections; using System.Globalization; using MS.Internal; using System.Windows; using System.Windows.Media; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions; namespace System.Windows { ////// Int32Rect - The primitive which represents an integer rectangle. /// public partial struct Int32Rect { #region Constructors ////// Constructor which sets the initial values to the values of the parameters. /// public Int32Rect(Int32 x, Int32 y, Int32 width, Int32 height) { _x = x; _y = y; _width = width; _height = height; } #endregion Constructors #region Statics ////// Empty - a static property which provides an Empty Int32Rectangle. /// public static Int32Rect Empty { get { return s_empty; } } #endregion Statics #region Public Properties ////// IsEmpty - this returns true if this Int32Rect is the Empty integer rectangle. /// public bool IsEmpty { get { return (_x == 0) && (_y == 0) && (_width == 0) && (_height == 0); } } #endregion Public Properties #region Public Methods #endregion Private Methods #region Private Fields private readonly static Int32Rect s_empty = new Int32Rect(0,0,0,0); #endregion Private Fields } } // 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
- TextSearch.cs
- EmbeddedMailObject.cs
- DrawingImage.cs
- BufferedGraphicsManager.cs
- DynamicPropertyHolder.cs
- StreamInfo.cs
- _AutoWebProxyScriptWrapper.cs
- ConnectionsZoneDesigner.cs
- CodeTypeReferenceCollection.cs
- ReflectionUtil.cs
- mil_sdk_version.cs
- BindingCompleteEventArgs.cs
- OrderedDictionary.cs
- XappLauncher.cs
- GridItemProviderWrapper.cs
- ProtocolsInstallComponent.cs
- NotFiniteNumberException.cs
- Function.cs
- PeerHopCountAttribute.cs
- DataSourceCache.cs
- hwndwrapper.cs
- PathTooLongException.cs
- ExtenderProvidedPropertyAttribute.cs
- WorkflowInstanceRecord.cs
- IODescriptionAttribute.cs
- TableLayoutStyleCollection.cs
- _SslSessionsCache.cs
- StateDesigner.Layouts.cs
- EdmComplexTypeAttribute.cs
- DWriteFactory.cs
- PrintingPermissionAttribute.cs
- SmiContext.cs
- DBNull.cs
- CodeDirectoryCompiler.cs
- Stacktrace.cs
- XmlTextReader.cs
- SuppressMergeCheckAttribute.cs
- ManipulationVelocities.cs
- PointCollection.cs
- EntityReference.cs
- activationcontext.cs
- documentsequencetextcontainer.cs
- ApplyImportsAction.cs
- storepermission.cs
- SiteMapSection.cs
- SkipStoryboardToFill.cs
- NetCodeGroup.cs
- SystemResources.cs
- AccessibleObject.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- DateTimeConstantAttribute.cs
- UpdatePanelTriggerCollection.cs
- SHA256.cs
- RenderData.cs
- SqlCommandBuilder.cs
- CacheAxisQuery.cs
- TriggerCollection.cs
- QueryableDataSource.cs
- XmlReader.cs
- XslTransform.cs
- DesignerDataSchemaClass.cs
- EditCommandColumn.cs
- controlskin.cs
- ImplicitInputBrush.cs
- EncryptedReference.cs
- LeafCellTreeNode.cs
- sqlinternaltransaction.cs
- IndentTextWriter.cs
- SpanIndex.cs
- StateItem.cs
- SubpageParaClient.cs
- Bitmap.cs
- UpdatePanelControlTrigger.cs
- TypeBuilderInstantiation.cs
- Schema.cs
- SequentialUshortCollection.cs
- MasterPageCodeDomTreeGenerator.cs
- GeneralTransform2DTo3D.cs
- Zone.cs
- UrlUtility.cs
- XmlNullResolver.cs
- Ops.cs
- OutputCacheSettings.cs
- Brush.cs
- XmlQueryType.cs
- SafeFindHandle.cs
- WebBrowser.cs
- GridViewAutomationPeer.cs
- FieldInfo.cs
- ConfigurationElementProperty.cs
- UpdateCommand.cs
- RectConverter.cs
- ValidateNames.cs
- HtmlShimManager.cs
- ContractNamespaceAttribute.cs
- MediaElement.cs
- SigningCredentials.cs
- UrlMappingCollection.cs
- ContentWrapperAttribute.cs
- KeysConverter.cs