Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- TypeInitializationException.cs
- ScopelessEnumAttribute.cs
- StretchValidation.cs
- ToolStripRenderer.cs
- Array.cs
- TextBoxAutoCompleteSourceConverter.cs
- ListItemCollection.cs
- RoutedCommand.cs
- MissingMethodException.cs
- CompModSwitches.cs
- SafeFileHandle.cs
- AtomServiceDocumentSerializer.cs
- CellIdBoolean.cs
- EmissiveMaterial.cs
- ConfigXmlWhitespace.cs
- ApplicationDirectoryMembershipCondition.cs
- GradientSpreadMethodValidation.cs
- MaterialGroup.cs
- DataStreams.cs
- FunctionImportElement.cs
- SerTrace.cs
- AppDomainCompilerProxy.cs
- GridViewCancelEditEventArgs.cs
- RewritingPass.cs
- ParagraphResult.cs
- WpfWebRequestHelper.cs
- HtmlInputHidden.cs
- ExpressionBuilder.cs
- TabControlEvent.cs
- UnaryOperationBinder.cs
- KeyFrames.cs
- InputChannel.cs
- ForeignConstraint.cs
- PageThemeBuildProvider.cs
- Grant.cs
- KeyNotFoundException.cs
- ClientEventManager.cs
- Int32.cs
- TextStore.cs
- NonParentingControl.cs
- xmlsaver.cs
- StyleModeStack.cs
- ApplicationServiceHelper.cs
- Int16Storage.cs
- SHA1Managed.cs
- ProgressBar.cs
- SHA256Managed.cs
- DataSourceXmlAttributeAttribute.cs
- EventlogProvider.cs
- EmptyEnumerator.cs
- PasswordDeriveBytes.cs
- SrgsSubset.cs
- GridViewPageEventArgs.cs
- Lease.cs
- unsafenativemethodsother.cs
- TemplateXamlTreeBuilder.cs
- SqlDelegatedTransaction.cs
- BindingEntityInfo.cs
- BrowserCapabilitiesCompiler.cs
- WebPartDescription.cs
- PolyLineSegment.cs
- Error.cs
- figurelength.cs
- bindurihelper.cs
- RegexMatchCollection.cs
- ListBoxItem.cs
- EnumMemberAttribute.cs
- WebBrowser.cs
- TextRangeEditLists.cs
- XmlFileEditor.cs
- New.cs
- HttpCookieCollection.cs
- ChannelFactoryRefCache.cs
- ExpressionEvaluator.cs
- EdmConstants.cs
- HeaderedItemsControl.cs
- FlatButtonAppearance.cs
- ScriptResourceHandler.cs
- WorkflowHostingEndpoint.cs
- NameSpaceExtractor.cs
- HtmlImage.cs
- OperationInfoBase.cs
- WasAdminWrapper.cs
- TemplateField.cs
- XpsFixedPageReaderWriter.cs
- ContentTextAutomationPeer.cs
- Boolean.cs
- BrowsableAttribute.cs
- CodeDomSerializationProvider.cs
- ContainerParagraph.cs
- Vector.cs
- StorageMappingItemCollection.cs
- PassportAuthentication.cs
- ListBoxItemAutomationPeer.cs
- LinkArea.cs
- ElementFactory.cs
- ServiceDocument.cs
- PolygonHotSpot.cs
- SessionStateUtil.cs
- StringWriter.cs