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 / PolyQuadraticBezierSegment.cs / 1 / PolyQuadraticBezierSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyQuadraticBezierSegment.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 { ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : 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 "Q" + 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: PolyQuadraticBezierSegment.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 { ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : 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 "Q" + 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
- Scalars.cs
- hwndwrapper.cs
- ObjectStateEntryDbDataRecord.cs
- XmlSchemaImporter.cs
- DebugInfoGenerator.cs
- DataBindEngine.cs
- UserControlBuildProvider.cs
- Internal.cs
- SocketAddress.cs
- SqlUtils.cs
- ThreadPool.cs
- XNodeValidator.cs
- CrossAppDomainChannel.cs
- ObjectStateFormatter.cs
- DataPager.cs
- HttpClientProtocol.cs
- CommandBindingCollection.cs
- CollectionViewSource.cs
- Operators.cs
- StickyNoteAnnotations.cs
- ConnectionPoint.cs
- DiscoveryClientRequestChannel.cs
- DetailsViewUpdatedEventArgs.cs
- IsolatedStoragePermission.cs
- UnescapedXmlDiagnosticData.cs
- TriggerAction.cs
- MetabaseSettings.cs
- FlowLayout.cs
- CellPartitioner.cs
- LineBreak.cs
- InfocardInteractiveChannelInitializer.cs
- SiteMapNode.cs
- EncoderParameter.cs
- PnrpPermission.cs
- SqlConnectionManager.cs
- GroupBoxRenderer.cs
- ValidationEventArgs.cs
- PersonalizableAttribute.cs
- LiteralControl.cs
- AsynchronousChannelMergeEnumerator.cs
- ScrollProviderWrapper.cs
- StorageEntitySetMapping.cs
- TokenBasedSetEnumerator.cs
- ResourceDictionary.cs
- ToolBarButton.cs
- Rotation3DAnimation.cs
- DataGridPagingPage.cs
- GenericEnumConverter.cs
- ThreadAbortException.cs
- OracleParameterCollection.cs
- RoleGroup.cs
- WindowsFont.cs
- DiscoveryExceptionDictionary.cs
- DataGridColumnCollection.cs
- StaticResourceExtension.cs
- DrawingContextWalker.cs
- TiffBitmapEncoder.cs
- DbBuffer.cs
- KeyedCollection.cs
- BatchParser.cs
- XsltInput.cs
- ReliableSessionElement.cs
- BufferBuilder.cs
- Convert.cs
- ResourceDescriptionAttribute.cs
- DefaultWorkflowTransactionService.cs
- MoveSizeWinEventHandler.cs
- EditorZoneBase.cs
- RegexStringValidator.cs
- SafePipeHandle.cs
- UserValidatedEventArgs.cs
- RichTextBox.cs
- AuthenticationManager.cs
- StrongName.cs
- DataListCommandEventArgs.cs
- ValueTypeFixupInfo.cs
- PageClientProxyGenerator.cs
- OleDbParameter.cs
- RealProxy.cs
- BasicCommandTreeVisitor.cs
- CommentEmitter.cs
- Propagator.JoinPropagator.SubstitutingCloneVisitor.cs
- SqlDataSourceStatusEventArgs.cs
- TextBoxAutomationPeer.cs
- TraceContext.cs
- SoapAttributeOverrides.cs
- ServicePointManagerElement.cs
- SecurityContextSecurityToken.cs
- VariantWrapper.cs
- DataGridHeaderBorder.cs
- RectConverter.cs
- ValueTypeFixupInfo.cs
- GB18030Encoding.cs
- DynamicValueConverter.cs
- DecoderReplacementFallback.cs
- ErrorRuntimeConfig.cs
- SystemIPv4InterfaceProperties.cs
- FormatterServices.cs
- AccessedThroughPropertyAttribute.cs
- PointConverter.cs