Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / DashStyle.cs / 1305600 / DashStyle.cs
//---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: Implementation of the class DashStyle // // History: 11\15\2004: Michka - Created it // //--------------------------------------------------------------------------- using System; using MS.Internal; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Reflection; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Windows.Media; using System.Windows.Media.Composition; using System.Windows; using System.Text.RegularExpressions; using System.Windows.Media.Animation; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { #region DashStyle ////// This class captures the array of dashe and gap lengths and the dash offset. /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] public partial class DashStyle : Animatable, DUCE.IResource { #region Constructors ////// Default constructor /// public DashStyle() { } ////// Constructor from an array and offset /// /// The array of lengths of dashes and gaps, measured in Thickness units. /// If the value of dashes is null then the style will be solid /// /// /// Determines where in the dash sequence the stroke will start /// /// public DashStyle(IEnumerabledashes, Double offset) { Offset = offset; if (dashes != null) { Dashes = new DoubleCollection(dashes); } } #endregion Constructors #region Internal Methods /// /// Returns the dashes information. /// ////// Critical: Returns a pointer and manipulates unsafe code.This data /// is safe to expose, it is the pointer manipulation that makes it risky. /// [SecurityCritical] internal unsafe void GetDashData(MIL_PEN_DATA* pData, out double[] dashArray) { DoubleCollection vDashes = Dashes; int count = 0; if (vDashes != null) { count = vDashes.Count; } unsafe { pData->DashArraySize = (UInt32)count * sizeof(double); pData->DashOffset = Offset; } if (count > 0) { dashArray = vDashes._collection.ToArray(); } else { dashArray = null; } } #endregion Internal Methods } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: Implementation of the class DashStyle // // History: 11\15\2004: Michka - Created it // //--------------------------------------------------------------------------- using System; using MS.Internal; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Reflection; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Windows.Media; using System.Windows.Media.Composition; using System.Windows; using System.Text.RegularExpressions; using System.Windows.Media.Animation; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { #region DashStyle ////// This class captures the array of dashe and gap lengths and the dash offset. /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] public partial class DashStyle : Animatable, DUCE.IResource { #region Constructors ////// Default constructor /// public DashStyle() { } ////// Constructor from an array and offset /// /// The array of lengths of dashes and gaps, measured in Thickness units. /// If the value of dashes is null then the style will be solid /// /// /// Determines where in the dash sequence the stroke will start /// /// public DashStyle(IEnumerabledashes, Double offset) { Offset = offset; if (dashes != null) { Dashes = new DoubleCollection(dashes); } } #endregion Constructors #region Internal Methods /// /// Returns the dashes information. /// ////// Critical: Returns a pointer and manipulates unsafe code.This data /// is safe to expose, it is the pointer manipulation that makes it risky. /// [SecurityCritical] internal unsafe void GetDashData(MIL_PEN_DATA* pData, out double[] dashArray) { DoubleCollection vDashes = Dashes; int count = 0; if (vDashes != null) { count = vDashes.Count; } unsafe { pData->DashArraySize = (UInt32)count * sizeof(double); pData->DashOffset = Offset; } if (count > 0) { dashArray = vDashes._collection.ToArray(); } else { dashArray = null; } } #endregion Internal Methods } #endregion } // 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
- PersonalizationState.cs
- SynthesizerStateChangedEventArgs.cs
- ErrorRuntimeConfig.cs
- MeshGeometry3D.cs
- Registry.cs
- UserControlDesigner.cs
- SystemThemeKey.cs
- XmlStreamNodeWriter.cs
- CodeEntryPointMethod.cs
- PageParser.cs
- XmlEntity.cs
- FixedPosition.cs
- Selector.cs
- IProvider.cs
- DesigntimeLicenseContext.cs
- TraceXPathNavigator.cs
- propertyentry.cs
- ProfileModule.cs
- BasePattern.cs
- DynamicHyperLink.cs
- TextCompositionManager.cs
- UserControl.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- ClientBase.cs
- Thickness.cs
- DesignerForm.cs
- AccessibleObject.cs
- DocumentPaginator.cs
- Walker.cs
- _AutoWebProxyScriptWrapper.cs
- KnownTypes.cs
- WebPartUtil.cs
- BeginEvent.cs
- OleDbErrorCollection.cs
- WebConfigurationHostFileChange.cs
- _LocalDataStoreMgr.cs
- X509ChainElement.cs
- RelationshipType.cs
- CapabilitiesRule.cs
- ApplicationSecurityManager.cs
- DateTimeFormatInfo.cs
- Ticks.cs
- KnownColorTable.cs
- DomainConstraint.cs
- SpeakProgressEventArgs.cs
- Int32AnimationBase.cs
- WebPartDescription.cs
- XNameTypeConverter.cs
- CollectionChangeEventArgs.cs
- EncryptRequest.cs
- ReadOnlyDictionary.cs
- SqlErrorCollection.cs
- WorkflowDefinitionContext.cs
- UIElementIsland.cs
- Set.cs
- DocumentXPathNavigator.cs
- Odbc32.cs
- DictionarySectionHandler.cs
- FreeFormDesigner.cs
- D3DImage.cs
- FormsAuthenticationUserCollection.cs
- ValidatorCollection.cs
- WebDisplayNameAttribute.cs
- DataDesignUtil.cs
- ElementFactory.cs
- ContentElement.cs
- MethodExecutor.cs
- ScrollProviderWrapper.cs
- RoleManagerSection.cs
- DataGridPreparingCellForEditEventArgs.cs
- XsdBuildProvider.cs
- SQLDoubleStorage.cs
- ConditionalAttribute.cs
- QilExpression.cs
- DBDataPermissionAttribute.cs
- JsonServiceDocumentSerializer.cs
- SessionPageStatePersister.cs
- _NegoState.cs
- OrderedHashRepartitionStream.cs
- HttpModulesSection.cs
- CloudCollection.cs
- DesignerLoader.cs
- ClientConfigurationSystem.cs
- X509ThumbprintKeyIdentifierClause.cs
- CultureInfoConverter.cs
- PagedDataSource.cs
- CodeArrayIndexerExpression.cs
- ParseElementCollection.cs
- EncoderParameter.cs
- SystemIPGlobalStatistics.cs
- RangeValidator.cs
- WebPartManagerInternals.cs
- DisplayNameAttribute.cs
- HttpRuntime.cs
- UrlAuthorizationModule.cs
- TextServicesContext.cs
- ClaimTypeElement.cs
- HttpCapabilitiesEvaluator.cs
- XmlElementAttribute.cs
- ColumnTypeConverter.cs