Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / GuidelineCollection.cs / 1 / GuidelineCollection.cs
//---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: // The GuidelineSet object represents a set of guidelines // used in rendering for better adjusting rendered figures to device pixel grid. // // History: // 2005/01/17 : mikhaill - Created // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions; namespace System.Windows.Media { ////// The GuidelineSet object represents a set of guide lines /// used in rendering for better adjusting rendered figures to device pixel grid. /// /// public partial class GuidelineSet : Animatable, DUCE.IResource { #region Constructors ////// Default constructor /// public GuidelineSet() { } ////// Constructs a new GuidelineSet object. /// This constructor is internal for now, till we'll find a solution /// for multi-path dynamic guideline implementation. If/when it'll happen, /// it should become "public" so that the next constructor (without "isDynamic' /// argument) may go away. /// /// Array of X coordinates that defines a set of vertical guidelines. /// Array of Y coordinates that defines a set of horizontal guidelines. /// Usage flag: when true then rendering machine will detect animation state and apply subpixel animation behavior. internal GuidelineSet(double[] guidelinesX, double[] guidelinesY, bool isDynamic) { if (guidelinesX != null) { // Dynamic guideline is defined by a pair of numbers: (coordinate, shift), // so the legnth of array should be even. Debug.Assert(!isDynamic || guidelinesX.Length % 2 == 0); GuidelinesX = new DoubleCollection(guidelinesX); } if (guidelinesY != null) { // Dynamic guideline is defined by a pair of numbers: (coordinate, shift), // so the legnth of array should be even. Debug.Assert(!isDynamic || guidelinesY.Length % 2 == 0); GuidelinesY = new DoubleCollection(guidelinesY); } IsDynamic = isDynamic; } ////// Constructs a new GuidelineSet object. /// /// Array of X coordinates that defines a set of vertical guidelines. /// Array of Y coordinates that defines a set of horizontal guidelines. public GuidelineSet(double[] guidelinesX, double[] guidelinesY) { if (guidelinesX != null) { GuidelinesX = new DoubleCollection(guidelinesX); } if (guidelinesY != null) { GuidelinesY = new DoubleCollection(guidelinesY); } } #endregion Constructors } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: // The GuidelineSet object represents a set of guidelines // used in rendering for better adjusting rendered figures to device pixel grid. // // History: // 2005/01/17 : mikhaill - Created // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions; namespace System.Windows.Media { ////// The GuidelineSet object represents a set of guide lines /// used in rendering for better adjusting rendered figures to device pixel grid. /// /// public partial class GuidelineSet : Animatable, DUCE.IResource { #region Constructors ////// Default constructor /// public GuidelineSet() { } ////// Constructs a new GuidelineSet object. /// This constructor is internal for now, till we'll find a solution /// for multi-path dynamic guideline implementation. If/when it'll happen, /// it should become "public" so that the next constructor (without "isDynamic' /// argument) may go away. /// /// Array of X coordinates that defines a set of vertical guidelines. /// Array of Y coordinates that defines a set of horizontal guidelines. /// Usage flag: when true then rendering machine will detect animation state and apply subpixel animation behavior. internal GuidelineSet(double[] guidelinesX, double[] guidelinesY, bool isDynamic) { if (guidelinesX != null) { // Dynamic guideline is defined by a pair of numbers: (coordinate, shift), // so the legnth of array should be even. Debug.Assert(!isDynamic || guidelinesX.Length % 2 == 0); GuidelinesX = new DoubleCollection(guidelinesX); } if (guidelinesY != null) { // Dynamic guideline is defined by a pair of numbers: (coordinate, shift), // so the legnth of array should be even. Debug.Assert(!isDynamic || guidelinesY.Length % 2 == 0); GuidelinesY = new DoubleCollection(guidelinesY); } IsDynamic = isDynamic; } ////// Constructs a new GuidelineSet object. /// /// Array of X coordinates that defines a set of vertical guidelines. /// Array of Y coordinates that defines a set of horizontal guidelines. public GuidelineSet(double[] guidelinesX, double[] guidelinesY) { if (guidelinesX != null) { GuidelinesX = new DoubleCollection(guidelinesX); } if (guidelinesY != null) { GuidelinesY = new DoubleCollection(guidelinesY); } } #endregion Constructors } } // 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
- HwndStylusInputProvider.cs
- ColorTranslator.cs
- DetailsViewDeletedEventArgs.cs
- AppDomainFactory.cs
- ConsoleTraceListener.cs
- CookieParameter.cs
- IList.cs
- XmlNodeList.cs
- PhysicalFontFamily.cs
- StorageModelBuildProvider.cs
- Matrix.cs
- ControlParameter.cs
- _TLSstream.cs
- ChannelBase.cs
- CodeCompiler.cs
- DataRelationCollection.cs
- TypeHelpers.cs
- ModuleElement.cs
- CaseExpr.cs
- ListBindingHelper.cs
- XmlDataCollection.cs
- TextFormatterImp.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- TcpChannelFactory.cs
- TemplateParser.cs
- DependencyObjectType.cs
- AssociatedControlConverter.cs
- BridgeDataReader.cs
- AsyncMethodInvoker.cs
- XPathException.cs
- StaticFileHandler.cs
- CoreSwitches.cs
- RowUpdatedEventArgs.cs
- EdmToObjectNamespaceMap.cs
- SineEase.cs
- RectangleF.cs
- TypedReference.cs
- ContextQuery.cs
- DispatchWrapper.cs
- MsdtcClusterUtils.cs
- ISessionStateStore.cs
- PerfCounters.cs
- FormViewModeEventArgs.cs
- ValidationManager.cs
- oledbmetadatacollectionnames.cs
- ACL.cs
- HostSecurityManager.cs
- ListViewCommandEventArgs.cs
- ApplicationActivator.cs
- Point.cs
- InternalResources.cs
- TraceListeners.cs
- DataObjectAttribute.cs
- XLinq.cs
- Int32CollectionConverter.cs
- RowParagraph.cs
- DataGridViewCellConverter.cs
- XmlSchemaValidator.cs
- MailMessageEventArgs.cs
- PublisherIdentityPermission.cs
- UnsafeNetInfoNativeMethods.cs
- XmlQueryType.cs
- UrlAuthorizationModule.cs
- SynchronizedPool.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- SubtreeProcessor.cs
- SessionStateModule.cs
- HttpPostedFileBase.cs
- TimelineGroup.cs
- SymLanguageType.cs
- DataKeyCollection.cs
- NetStream.cs
- FamilyCollection.cs
- CollectionConverter.cs
- ToolStrip.cs
- TextContainer.cs
- ExpandCollapseProviderWrapper.cs
- CodeGenHelper.cs
- ButtonChrome.cs
- NotSupportedException.cs
- AttachedPropertyBrowsableAttribute.cs
- PathBox.cs
- FontResourceCache.cs
- ScrollableControl.cs
- RIPEMD160.cs
- QilList.cs
- ResolveCriteria11.cs
- ClientProxyGenerator.cs
- ObjectSecurity.cs
- ManipulationDeltaEventArgs.cs
- SafeRightsManagementSessionHandle.cs
- SqlMultiplexer.cs
- UrlMapping.cs
- TargetConverter.cs
- JoinElimination.cs
- XamlReaderHelper.cs
- Wizard.cs
- ControlHelper.cs
- ParenthesizePropertyNameAttribute.cs
- FlowLayoutSettings.cs