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
- SymbolPair.cs
- AuthenticationSection.cs
- Adorner.cs
- ImageList.cs
- CaseInsensitiveHashCodeProvider.cs
- SelectionRangeConverter.cs
- Base64Decoder.cs
- HttpModuleAction.cs
- CollectionChangedEventManager.cs
- Transform3D.cs
- SerializerProvider.cs
- _ServiceNameStore.cs
- RIPEMD160.cs
- DesignSurfaceEvent.cs
- SoapProtocolImporter.cs
- ISAPIApplicationHost.cs
- OdbcStatementHandle.cs
- assemblycache.cs
- SystemResourceHost.cs
- HitTestDrawingContextWalker.cs
- DesignerVerbCollection.cs
- SystemThemeKey.cs
- DynamicActivityXamlReader.cs
- HtmlTableRow.cs
- ToolStripPanelRow.cs
- AuthenticationSection.cs
- BoundingRectTracker.cs
- SqlNodeAnnotations.cs
- FtpRequestCacheValidator.cs
- _Events.cs
- XmlMemberMapping.cs
- AudioException.cs
- AttachedAnnotation.cs
- EncodingDataItem.cs
- StrokeDescriptor.cs
- MTConfigUtil.cs
- SqlDataAdapter.cs
- brushes.cs
- EditingCoordinator.cs
- XhtmlBasicCommandAdapter.cs
- ScopedMessagePartSpecification.cs
- MenuAutomationPeer.cs
- ObjectConverter.cs
- TraceEventCache.cs
- PolyLineSegmentFigureLogic.cs
- ChannelManagerBase.cs
- RegexCompiler.cs
- DataControlPagerLinkButton.cs
- ErrorsHelper.cs
- PolygonHotSpot.cs
- IPipelineRuntime.cs
- RegexCompiler.cs
- DiscoveryMessageSequence11.cs
- CultureMapper.cs
- EventProviderWriter.cs
- PageVisual.cs
- LocalTransaction.cs
- CodeExporter.cs
- _NestedMultipleAsyncResult.cs
- ChtmlFormAdapter.cs
- VectorConverter.cs
- AttachInfo.cs
- RepeaterItem.cs
- ValueChangedEventManager.cs
- XmlSchemaSimpleContentExtension.cs
- RotateTransform.cs
- InProcStateClientManager.cs
- ImportDesigner.xaml.cs
- XmlSchemaImport.cs
- ImageClickEventArgs.cs
- HyperLink.cs
- StyleBamlRecordReader.cs
- NetworkStream.cs
- RequestDescription.cs
- CustomAssemblyResolver.cs
- ObjectQuery_EntitySqlExtensions.cs
- ActiveDocumentEvent.cs
- RewritingPass.cs
- DBSchemaRow.cs
- MulticastIPAddressInformationCollection.cs
- ObjectListFieldCollection.cs
- InitializerFacet.cs
- LocationUpdates.cs
- CheckBoxRenderer.cs
- BaseParagraph.cs
- RolePrincipal.cs
- WindowsFont.cs
- QilValidationVisitor.cs
- DataControlImageButton.cs
- FixedSOMTableRow.cs
- IconHelper.cs
- KnownBoxes.cs
- FormsAuthenticationModule.cs
- XamlParser.cs
- EventWaitHandle.cs
- ACL.cs
- ObjectManager.cs
- ClientBuildManagerCallback.cs
- DefaultPropertyAttribute.cs
- PageBreakRecord.cs