Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / PolyQuadraticBezierSegment.cs / 1305600 / 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 (Points != null) ? "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 (Points != null) ? "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
- PropertyPathConverter.cs
- StaticExtensionConverter.cs
- SrgsRulesCollection.cs
- EllipseGeometry.cs
- NavigateEvent.cs
- ResourceAttributes.cs
- FormViewUpdatedEventArgs.cs
- SimpleTypeResolver.cs
- SmtpNtlmAuthenticationModule.cs
- filewebresponse.cs
- RawStylusInputReport.cs
- ObjectToIdCache.cs
- HandlerBase.cs
- DataControlFieldCell.cs
- FixedSOMPageElement.cs
- ScopelessEnumAttribute.cs
- ParamArrayAttribute.cs
- VScrollBar.cs
- Style.cs
- DataGridColumn.cs
- ColorConverter.cs
- ManagedWndProcTracker.cs
- Errors.cs
- DoubleKeyFrameCollection.cs
- XmlDomTextWriter.cs
- StorageConditionPropertyMapping.cs
- FormCollection.cs
- WindowsSysHeader.cs
- COM2ExtendedBrowsingHandler.cs
- TranslateTransform3D.cs
- CacheMemory.cs
- SqlRowUpdatedEvent.cs
- FontDifferentiator.cs
- BindingList.cs
- EntityTransaction.cs
- XPathScanner.cs
- KeyedPriorityQueue.cs
- Cell.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- IPHostEntry.cs
- SqlComparer.cs
- IProducerConsumerCollection.cs
- HttpsTransportElement.cs
- IPGlobalProperties.cs
- ReadWriteControlDesigner.cs
- PageContentCollection.cs
- BindingElement.cs
- MetadataPropertyAttribute.cs
- RoutedPropertyChangedEventArgs.cs
- LocatorManager.cs
- RequestCache.cs
- XmlHierarchicalDataSourceView.cs
- UnsafeNativeMethods.cs
- NavigationPropertyEmitter.cs
- HttpPostedFile.cs
- DbParameterHelper.cs
- DataControlFieldCollection.cs
- Help.cs
- FocusWithinProperty.cs
- UndoUnit.cs
- CqlErrorHelper.cs
- DisplayMemberTemplateSelector.cs
- HyperLinkDesigner.cs
- HttpModuleAction.cs
- HandlerBase.cs
- MLangCodePageEncoding.cs
- CodeDirectiveCollection.cs
- InfoCardMetadataExchangeClient.cs
- GeneralTransform3DCollection.cs
- WorkflowInstanceAbortedRecord.cs
- Util.cs
- GrammarBuilderBase.cs
- GetBrowserTokenRequest.cs
- webeventbuffer.cs
- ItemsControl.cs
- ResourceDescriptionAttribute.cs
- Material.cs
- ResourceIDHelper.cs
- EmptyCollection.cs
- UserPreferenceChangingEventArgs.cs
- DCSafeHandle.cs
- MenuEventArgs.cs
- EncryptedPackage.cs
- HebrewCalendar.cs
- ImageAttributes.cs
- RegexWorker.cs
- EdmType.cs
- FixedSchema.cs
- DecoderNLS.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- StreamInfo.cs
- IntSumAggregationOperator.cs
- WebPartMovingEventArgs.cs
- OneOfElement.cs
- CurrentChangingEventArgs.cs
- TrackingServices.cs
- QueryOptionExpression.cs
- VisualBasicImportReference.cs
- ManipulationStartedEventArgs.cs
- RowToParametersTransformer.cs