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 / 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. //------------------------------------------------------------------------------ // 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
- LongValidatorAttribute.cs
- AutomationPattern.cs
- EventBuilder.cs
- MasterPageCodeDomTreeGenerator.cs
- PrintEvent.cs
- PeekCompletedEventArgs.cs
- X509WindowsSecurityToken.cs
- AdCreatedEventArgs.cs
- QueryPageSettingsEventArgs.cs
- XamlSerializerUtil.cs
- SpinLock.cs
- x509store.cs
- CompilerErrorCollection.cs
- COM2PropertyBuilderUITypeEditor.cs
- WebPartCatalogCloseVerb.cs
- PolyLineSegmentFigureLogic.cs
- RegexCapture.cs
- NativeWrapper.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- MasterPageParser.cs
- SemaphoreSecurity.cs
- MatrixTransform.cs
- GenericIdentity.cs
- DesignOnlyAttribute.cs
- GetParentChain.cs
- ItemsControlAutomationPeer.cs
- ServiceModelEnumValidatorAttribute.cs
- XhtmlMobileTextWriter.cs
- DbProviderServices.cs
- SerializerProvider.cs
- CodeNamespaceImport.cs
- GenericsInstances.cs
- Wildcard.cs
- CompilationSection.cs
- remotingproxy.cs
- ExtenderHelpers.cs
- CommentEmitter.cs
- fixedPageContentExtractor.cs
- CompiledQuery.cs
- GridViewHeaderRowPresenter.cs
- CrossAppDomainChannel.cs
- MobileCapabilities.cs
- RegionData.cs
- EventWaitHandle.cs
- ParameterCollection.cs
- COM2PictureConverter.cs
- ImageListImage.cs
- SqlException.cs
- XmlSchemaSimpleContentRestriction.cs
- DescriptionAttribute.cs
- ProxyWebPartManager.cs
- DesignerAttribute.cs
- WindowsToolbar.cs
- MediaContextNotificationWindow.cs
- TargetParameterCountException.cs
- FileReservationCollection.cs
- HttpRequest.cs
- TypeSource.cs
- MonitoringDescriptionAttribute.cs
- OdbcErrorCollection.cs
- StructuralObject.cs
- Assert.cs
- UrlAuthorizationModule.cs
- __FastResourceComparer.cs
- EncryptedType.cs
- FrameworkElementAutomationPeer.cs
- EventItfInfo.cs
- ExpressionBuilderContext.cs
- SHA256.cs
- SqlTopReducer.cs
- PointAnimation.cs
- TogglePattern.cs
- UnauthorizedAccessException.cs
- TypeUsage.cs
- ContentWrapperAttribute.cs
- TickBar.cs
- SqlUserDefinedTypeAttribute.cs
- SocketException.cs
- CallTemplateAction.cs
- StatusBar.cs
- InstalledFontCollection.cs
- PrefixQName.cs
- AuthenticationException.cs
- ResourceDictionary.cs
- HtmlInputButton.cs
- VolatileEnlistmentState.cs
- RequestCache.cs
- EnvelopedPkcs7.cs
- WorkflowServiceHost.cs
- ImageMap.cs
- StreamingContext.cs
- Menu.cs
- MiniAssembly.cs
- StaticExtensionConverter.cs
- CaseCqlBlock.cs
- UnsupportedPolicyOptionsException.cs
- DbProviderConfigurationHandler.cs
- BatchServiceHost.cs
- CroppedBitmap.cs
- COM2IProvidePropertyBuilderHandler.cs