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
- CodeAssignStatement.cs
- ExpressionParser.cs
- EventDrivenDesigner.cs
- WebPartConnectionsCancelEventArgs.cs
- ContentElementAutomationPeer.cs
- UnsafePeerToPeerMethods.cs
- AnnotationResource.cs
- XmlAttributeOverrides.cs
- XmlWrappingWriter.cs
- SettingsAttributes.cs
- DescendentsWalker.cs
- Perspective.cs
- RootProfilePropertySettingsCollection.cs
- FontDialog.cs
- TemplatedAdorner.cs
- ResolveNameEventArgs.cs
- wgx_exports.cs
- DataTableCollection.cs
- ZipFileInfo.cs
- LogicalCallContext.cs
- CryptographicAttribute.cs
- CFStream.cs
- XpsDocumentEvent.cs
- MulticastOption.cs
- XPathMultyIterator.cs
- XmlBoundElement.cs
- XmlFormatExtensionAttribute.cs
- PrintEvent.cs
- ResXResourceWriter.cs
- PolicyException.cs
- ApplicationServicesHostFactory.cs
- ContractReference.cs
- AutoGeneratedField.cs
- RegisteredArrayDeclaration.cs
- IncrementalReadDecoders.cs
- SmiEventSink_DeferedProcessing.cs
- SelectionChangedEventArgs.cs
- RenderCapability.cs
- MetadataPropertyAttribute.cs
- Int16Animation.cs
- HexParser.cs
- MediaPlayer.cs
- CompositeScriptReference.cs
- BaseProcessor.cs
- WorkflowQueueInfo.cs
- TransformerInfo.cs
- CodeTypeMemberCollection.cs
- Ops.cs
- ModuleBuilderData.cs
- RenamedEventArgs.cs
- WebPartMovingEventArgs.cs
- JsonReader.cs
- LocationChangedEventArgs.cs
- Menu.cs
- PositiveTimeSpanValidatorAttribute.cs
- Model3D.cs
- WorkflowOperationBehavior.cs
- WorkItem.cs
- ListItemViewAttribute.cs
- IpcChannelHelper.cs
- SamlSubjectStatement.cs
- InstanceDataCollection.cs
- DifferencingCollection.cs
- CopyCodeAction.cs
- CopyNodeSetAction.cs
- WindowVisualStateTracker.cs
- SerializableAttribute.cs
- SharedPersonalizationStateInfo.cs
- GeneralTransform3DTo2DTo3D.cs
- DataTableExtensions.cs
- SmiXetterAccessMap.cs
- MexBindingBindingCollectionElement.cs
- ExtentJoinTreeNode.cs
- MessageQueue.cs
- FormViewPagerRow.cs
- Context.cs
- Polygon.cs
- linebase.cs
- Header.cs
- ProxyGenerationError.cs
- PropertyMapper.cs
- SecurityElementBase.cs
- SweepDirectionValidation.cs
- MemberExpression.cs
- DataGridItem.cs
- HtmlControl.cs
- TextCompositionEventArgs.cs
- RoutedEventArgs.cs
- SpinWait.cs
- PerfCounterSection.cs
- ConnectionProviderAttribute.cs
- HWStack.cs
- EventListener.cs
- SHA256Managed.cs
- AutoResizedEvent.cs
- BindToObject.cs
- webproxy.cs
- SplineQuaternionKeyFrame.cs
- WindowsImpersonationContext.cs
- TextServicesPropertyRanges.cs