Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- Point3DAnimationUsingKeyFrames.cs
- _BasicClient.cs
- TransactionProtocolConverter.cs
- SchemaConstraints.cs
- StrongName.cs
- CodeIterationStatement.cs
- XmlSignatureManifest.cs
- BeginEvent.cs
- XmlArrayAttribute.cs
- BmpBitmapDecoder.cs
- HuffCodec.cs
- ExcludePathInfo.cs
- TextParaClient.cs
- BezierSegment.cs
- _Win32.cs
- AssemblySettingAttributes.cs
- EventDriven.cs
- DataGridBoolColumn.cs
- ListContractAdapter.cs
- TextUtf8RawTextWriter.cs
- ToolStripArrowRenderEventArgs.cs
- HtmlTableCellCollection.cs
- SafeFileMappingHandle.cs
- Solver.cs
- SizeFConverter.cs
- CheckoutException.cs
- SocketException.cs
- CqlLexerHelpers.cs
- StackOverflowException.cs
- BitStack.cs
- ValidationEventArgs.cs
- SettingsAttributes.cs
- ToolStripTemplateNode.cs
- ExtentKey.cs
- SafeTimerHandle.cs
- HwndProxyElementProvider.cs
- Rect.cs
- WorkItem.cs
- HttpProcessUtility.cs
- CreateUserErrorEventArgs.cs
- WinInetCache.cs
- ColumnMapVisitor.cs
- DatePickerAutomationPeer.cs
- HandlerBase.cs
- ColumnPropertiesGroup.cs
- SoapHeaders.cs
- UpDownEvent.cs
- TrustManager.cs
- HandlerFactoryWrapper.cs
- ThicknessAnimation.cs
- WSUtilitySpecificationVersion.cs
- LockedBorderGlyph.cs
- SrgsElementFactoryCompiler.cs
- ExclusiveNamedPipeTransportManager.cs
- TemplateControlBuildProvider.cs
- Shape.cs
- AttributeSetAction.cs
- SRef.cs
- EastAsianLunisolarCalendar.cs
- Win32PrintDialog.cs
- StringPropertyBuilder.cs
- ListViewCancelEventArgs.cs
- FlatButtonAppearance.cs
- InputBindingCollection.cs
- DataControlCommands.cs
- DataServiceHostFactory.cs
- InitializerFacet.cs
- DesignerOptionService.cs
- Documentation.cs
- ContainerParaClient.cs
- CompilerHelpers.cs
- EntityDataSourceUtil.cs
- OutputCacheSection.cs
- WsdlInspector.cs
- WebPartMovingEventArgs.cs
- NetWebProxyFinder.cs
- DataStreamFromComStream.cs
- MaskedTextBoxDesignerActionList.cs
- PropertyReference.cs
- OrderedDictionary.cs
- ToolStripDropDown.cs
- DropDownButton.cs
- GeometryHitTestResult.cs
- BasicExpressionVisitor.cs
- OdbcConnection.cs
- XPathNodeHelper.cs
- RegexCompiler.cs
- DbParameterHelper.cs
- Pens.cs
- OutOfMemoryException.cs
- FieldTemplateUserControl.cs
- WS2007HttpBindingCollectionElement.cs
- RoutedCommand.cs
- Processor.cs
- Geometry3D.cs
- EncryptedPackage.cs
- Point3D.cs
- ComPersistableTypeElement.cs
- LinqDataSource.cs
- RNGCryptoServiceProvider.cs