Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / PolyLineSegment.cs / 1 / PolyLineSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyLineSegment.cs //----------------------------------------------------------------------------- using System; using MS.Internal; using MS.Internal.PresentationCore; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Text; using System.Globalization; using System.Windows.Media; using System.Windows; using System.Text.RegularExpressions; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Diagnostics; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// PolyLineSegment /// public sealed partial class PolyLineSegment : PathSegment { ////// Creates a string representation of this object based on the format string /// and IFormatProvider passed in. /// If the provider is null, the CurrentCulture is used. /// See the documentation for IFormattable for more information. /// ////// A string representation of this object. /// internal override string ConvertToString(string format, IFormatProvider provider) { return "L" + Points.ConvertToString(format, provider); } } } // 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
- FolderLevelBuildProviderCollection.cs
- _DisconnectOverlappedAsyncResult.cs
- MetaForeignKeyColumn.cs
- XamlGridLengthSerializer.cs
- AmbientProperties.cs
- HyperLink.cs
- ThreadStateException.cs
- TreeViewItemAutomationPeer.cs
- FileDialogCustomPlacesCollection.cs
- PeerNode.cs
- Separator.cs
- DefaultPropertyAttribute.cs
- ProcessHostMapPath.cs
- Configuration.cs
- TypeTypeConverter.cs
- ChannelServices.cs
- StringComparer.cs
- InitiatorServiceModelSecurityTokenRequirement.cs
- TrustSection.cs
- FontConverter.cs
- HtmlInputCheckBox.cs
- DataGridTableCollection.cs
- ObjectCloneHelper.cs
- RowType.cs
- BufferModeSettings.cs
- EnumUnknown.cs
- DataGridViewRowPostPaintEventArgs.cs
- RuntimeDelegateArgument.cs
- ScrollViewerAutomationPeer.cs
- ScalarType.cs
- TextRangeEditTables.cs
- CodeSubDirectoriesCollection.cs
- AmbiguousMatchException.cs
- InitializationEventAttribute.cs
- DependencyProperty.cs
- SafeBitVector32.cs
- DeflateStream.cs
- Stroke.cs
- GeneralTransform3DCollection.cs
- ProfilePropertyMetadata.cs
- LinqDataSourceContextEventArgs.cs
- SplineKeyFrames.cs
- EllipticalNodeOperations.cs
- ValidationHelper.cs
- CodeDirectiveCollection.cs
- odbcmetadatacollectionnames.cs
- QuaternionRotation3D.cs
- CookieHandler.cs
- TCEAdapterGenerator.cs
- SessionEndedEventArgs.cs
- VirtualPathUtility.cs
- ScaleTransform.cs
- XmlDataLoader.cs
- ObjectDataSourceView.cs
- PageMediaSize.cs
- DownloadProgressEventArgs.cs
- SecurityResources.cs
- DeleteMemberBinder.cs
- PermissionRequestEvidence.cs
- ThaiBuddhistCalendar.cs
- ConnectionsZone.cs
- ListBoxItem.cs
- JsonXmlDataContract.cs
- TypeExtension.cs
- CachedCompositeFamily.cs
- ResourcePermissionBaseEntry.cs
- Parameter.cs
- Ray3DHitTestResult.cs
- DriveNotFoundException.cs
- ColorBlend.cs
- GenericTextProperties.cs
- SafeArchiveContext.cs
- NativeObjectSecurity.cs
- HierarchicalDataTemplate.cs
- WebPartEditorApplyVerb.cs
- WindowsListView.cs
- LinkedList.cs
- ExponentialEase.cs
- SmtpCommands.cs
- DurableInstanceContextProvider.cs
- PropertyValueChangedEvent.cs
- EventProxy.cs
- AbstractSvcMapFileLoader.cs
- HttpFormatExtensions.cs
- GC.cs
- WebPartHelpVerb.cs
- NetPeerTcpBinding.cs
- InputScope.cs
- EventDescriptorCollection.cs
- DictionaryBase.cs
- InitializerFacet.cs
- Calendar.cs
- SqlInfoMessageEvent.cs
- _RequestCacheProtocol.cs
- SqlUDTStorage.cs
- StringUtil.cs
- PointAnimationUsingKeyFrames.cs
- LicenseManager.cs
- MessagePartSpecification.cs
- SelectedCellsCollection.cs