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
- WindowsAltTab.cs
- OleDbRowUpdatedEvent.cs
- SqlException.cs
- RegexCompiler.cs
- DrawingDrawingContext.cs
- OleDbWrapper.cs
- XmlFormatExtensionAttribute.cs
- FormatConvertedBitmap.cs
- ToolStripDropDownItem.cs
- GlyphInfoList.cs
- Int32AnimationUsingKeyFrames.cs
- SQLInt32Storage.cs
- MailMessage.cs
- LongValidator.cs
- TypeUsageBuilder.cs
- ColumnBinding.cs
- ConnectorEditor.cs
- RijndaelManaged.cs
- Utils.cs
- DrawToolTipEventArgs.cs
- TypeLoadException.cs
- AffineTransform3D.cs
- AbsoluteQuery.cs
- ACE.cs
- SrgsRuleRef.cs
- HybridDictionary.cs
- BuildProvider.cs
- Camera.cs
- ErrorWebPart.cs
- RadioButtonList.cs
- MouseActionConverter.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- PointConverter.cs
- templategroup.cs
- formatter.cs
- EntityCommandExecutionException.cs
- ResourceDescriptionAttribute.cs
- UIElement3D.cs
- OleDbCommand.cs
- CompilerGlobalScopeAttribute.cs
- HtmlContainerControl.cs
- InstanceData.cs
- _CacheStreams.cs
- typedescriptorpermissionattribute.cs
- SocketAddress.cs
- RenameRuleObjectDialog.Designer.cs
- MulticastIPAddressInformationCollection.cs
- Pair.cs
- PasswordPropertyTextAttribute.cs
- SessionPageStatePersister.cs
- SqlException.cs
- DbMetaDataColumnNames.cs
- Fault.cs
- MultiTargetingUtil.cs
- MediaElementAutomationPeer.cs
- BaseWebProxyFinder.cs
- DataKeyCollection.cs
- ReflectionPermission.cs
- RegexNode.cs
- HttpFileCollection.cs
- DiagnosticsConfigurationHandler.cs
- Add.cs
- Vector3DValueSerializer.cs
- RuleSettings.cs
- HitTestDrawingContextWalker.cs
- BuildDependencySet.cs
- EdmToObjectNamespaceMap.cs
- ObjectQuery_EntitySqlExtensions.cs
- StringValueSerializer.cs
- CreationContext.cs
- FilteredReadOnlyMetadataCollection.cs
- FixedDSBuilder.cs
- HttpCapabilitiesEvaluator.cs
- RuntimeIdentifierPropertyAttribute.cs
- ConfigurationManagerHelper.cs
- GestureRecognizer.cs
- ButtonColumn.cs
- IResourceProvider.cs
- ContentPosition.cs
- PlaceHolder.cs
- DependencyPropertyChangedEventArgs.cs
- TextServicesCompartment.cs
- MemberDomainMap.cs
- DataRow.cs
- TextTabProperties.cs
- PermissionAttributes.cs
- CheckBox.cs
- TypeAccessException.cs
- AttributeCollection.cs
- SocketConnection.cs
- SymbolMethod.cs
- wgx_render.cs
- TreeNode.cs
- IIS7UserPrincipal.cs
- HtmlToClrEventProxy.cs
- SemanticTag.cs
- CharUnicodeInfo.cs
- safemediahandle.cs
- CollaborationHelperFunctions.cs
- InputMethod.cs