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
- sqlnorm.cs
- VirtualizedItemPattern.cs
- RadialGradientBrush.cs
- DataGridViewLayoutData.cs
- SqlTypesSchemaImporter.cs
- HatchBrush.cs
- PackagePart.cs
- RequestCacheEntry.cs
- SmiMetaDataProperty.cs
- TransformerInfo.cs
- PrintPageEvent.cs
- ControlValuePropertyAttribute.cs
- HtmlDocument.cs
- CodeBlockBuilder.cs
- ContactManager.cs
- EventData.cs
- AffineTransform3D.cs
- MimeWriter.cs
- List.cs
- DocumentViewerAutomationPeer.cs
- BooleanSwitch.cs
- DefinitionBase.cs
- SessionParameter.cs
- GroupItem.cs
- BackStopAuthenticationModule.cs
- GlyphInfoList.cs
- BasicHttpBindingCollectionElement.cs
- TrackingParameters.cs
- SerialPinChanges.cs
- WebServiceTypeData.cs
- BasicViewGenerator.cs
- RouteTable.cs
- ReturnEventArgs.cs
- SynchronizationFilter.cs
- WebCodeGenerator.cs
- DataRelation.cs
- CharacterBufferReference.cs
- MsmqIntegrationSecurity.cs
- WSIdentityFaultException.cs
- CqlParserHelpers.cs
- GridViewDeleteEventArgs.cs
- LowerCaseStringConverter.cs
- Translator.cs
- DispatcherEventArgs.cs
- ApplicationBuildProvider.cs
- NoPersistScope.cs
- Int32Collection.cs
- TypeDependencyAttribute.cs
- ExpandedWrapper.cs
- LinqToSqlWrapper.cs
- JavaScriptSerializer.cs
- Keyboard.cs
- WindowInteractionStateTracker.cs
- ShaperBuffers.cs
- ConsumerConnectionPointCollection.cs
- XPathAxisIterator.cs
- LogicalChannel.cs
- TimeSpanMinutesConverter.cs
- IntSecurity.cs
- BrowserDefinition.cs
- QueueSurrogate.cs
- HttpCachePolicyElement.cs
- ButtonField.cs
- WebBrowserNavigatingEventHandler.cs
- Validator.cs
- ClosableStream.cs
- SchemaSetCompiler.cs
- NamedObject.cs
- Security.cs
- ArgIterator.cs
- BaseInfoTable.cs
- ObjectDataSourceEventArgs.cs
- DBParameter.cs
- InvokeWebService.cs
- XPathSingletonIterator.cs
- PageThemeCodeDomTreeGenerator.cs
- SiteMapPath.cs
- Subtree.cs
- Cell.cs
- Win32Exception.cs
- FilteredAttributeCollection.cs
- SqlClientFactory.cs
- CodeTypeMemberCollection.cs
- SafeSecurityHandles.cs
- SettingsSavedEventArgs.cs
- XmlDocumentType.cs
- Lease.cs
- DecoderNLS.cs
- TranslateTransform.cs
- XmlIgnoreAttribute.cs
- WebPartEditorApplyVerb.cs
- EdmToObjectNamespaceMap.cs
- ActivityWithResultValueSerializer.cs
- SerializableAttribute.cs
- BooleanSwitch.cs
- SparseMemoryStream.cs
- GuidConverter.cs
- SettingsAttributes.cs
- ProfileEventArgs.cs
- DoWorkEventArgs.cs