Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Expr.cs
- WebPartPersonalization.cs
- HuffCodec.cs
- Single.cs
- AjaxFrameworkAssemblyAttribute.cs
- CloudCollection.cs
- embossbitmapeffect.cs
- Section.cs
- BlockCollection.cs
- DnsPermission.cs
- XPathBinder.cs
- DnsPermission.cs
- TextHidden.cs
- EventMetadata.cs
- ReturnType.cs
- DataBindingList.cs
- TemplateComponentConnector.cs
- SiteMapProvider.cs
- WpfKnownMemberInvoker.cs
- DynamicPropertyHolder.cs
- SafePEFileHandle.cs
- LongPath.cs
- XamlVector3DCollectionSerializer.cs
- BrowserCapabilitiesFactoryBase.cs
- GroupStyle.cs
- DataSourceGeneratorException.cs
- ConstrainedDataObject.cs
- StateItem.cs
- ConnectionPoint.cs
- TextSimpleMarkerProperties.cs
- MSHTMLHost.cs
- ItemAutomationPeer.cs
- InvalidateEvent.cs
- StringInfo.cs
- DataGridViewCellPaintingEventArgs.cs
- DrawingBrush.cs
- IOException.cs
- PageWrapper.cs
- ValueUtilsSmi.cs
- TraceSwitch.cs
- OleDbCommandBuilder.cs
- SecurityContextKeyIdentifierClause.cs
- Point3DAnimationBase.cs
- IntranetCredentialPolicy.cs
- ExceptionHelpers.cs
- XmlCharCheckingReader.cs
- HttpModuleActionCollection.cs
- ToolboxBitmapAttribute.cs
- WindowsFormsLinkLabel.cs
- Metafile.cs
- SchemaNames.cs
- SQLUtility.cs
- ObjectDataSourceStatusEventArgs.cs
- Journaling.cs
- cookieexception.cs
- PropertyEmitter.cs
- SqlMethodAttribute.cs
- ConnectionConsumerAttribute.cs
- Lookup.cs
- BinHexEncoder.cs
- DetailsView.cs
- JoinCqlBlock.cs
- COM2Properties.cs
- BaseServiceProvider.cs
- MetadataArtifactLoaderCompositeFile.cs
- ProfilePropertySettings.cs
- WebPartMinimizeVerb.cs
- HttpCachePolicyElement.cs
- DispatcherEventArgs.cs
- ServiceModelConfigurationSection.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- FrameworkElement.cs
- BitmapEffectState.cs
- PeerNearMe.cs
- BasicExpandProvider.cs
- Int32CollectionValueSerializer.cs
- DataServiceRequest.cs
- SqlIdentifier.cs
- StreamGeometryContext.cs
- Label.cs
- OleDbReferenceCollection.cs
- Dynamic.cs
- FontStretches.cs
- ReadOnlyHierarchicalDataSource.cs
- CommandBinding.cs
- ServiceBusyException.cs
- ObjectStateFormatter.cs
- WindowsListViewGroup.cs
- StorageAssociationSetMapping.cs
- _DisconnectOverlappedAsyncResult.cs
- dataprotectionpermission.cs
- entityreference_tresulttype.cs
- BinaryReader.cs
- CharacterMetricsDictionary.cs
- LocalBuilder.cs
- StylusEventArgs.cs
- While.cs
- ThousandthOfEmRealDoubles.cs
- TypeReference.cs
- SafeTimerHandle.cs