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
- HttpProxyTransportBindingElement.cs
- SettingsProperty.cs
- Pair.cs
- GCHandleCookieTable.cs
- XmlSchemaValidator.cs
- X509UI.cs
- DeclarativeCatalogPart.cs
- InvokePatternIdentifiers.cs
- CodeVariableReferenceExpression.cs
- SqlCacheDependencyDatabase.cs
- MenuItemStyleCollection.cs
- AvTrace.cs
- SmtpTransport.cs
- AvTraceDetails.cs
- sqlser.cs
- WebPartManagerDesigner.cs
- updatecommandorderer.cs
- ExpressionCopier.cs
- SocketInformation.cs
- PreloadedPackages.cs
- TimeSpanValidator.cs
- SubpageParaClient.cs
- login.cs
- DBAsyncResult.cs
- XmlHierarchicalEnumerable.cs
- ConstructorBuilder.cs
- UseLicense.cs
- ScriptModule.cs
- HtmlTableCellCollection.cs
- SvcFileManager.cs
- ParallelRangeManager.cs
- Vector3DAnimation.cs
- FaultCode.cs
- StylusEditingBehavior.cs
- WebPartExportVerb.cs
- ListViewUpdatedEventArgs.cs
- PointCollection.cs
- WebPartCloseVerb.cs
- HttpApplicationStateBase.cs
- TextTreeObjectNode.cs
- TextTabProperties.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- DataGridViewCellStateChangedEventArgs.cs
- GradientStopCollection.cs
- TreeNodeBinding.cs
- ArithmeticLiteral.cs
- WindowsFormsEditorServiceHelper.cs
- OptionalColumn.cs
- RemotingException.cs
- WebPartsSection.cs
- Propagator.Evaluator.cs
- TranslateTransform.cs
- List.cs
- CompilationLock.cs
- CodeEventReferenceExpression.cs
- FontUnitConverter.cs
- EntityConnection.cs
- DependsOnAttribute.cs
- ContextStaticAttribute.cs
- ParameterBuilder.cs
- Run.cs
- Compiler.cs
- VectorKeyFrameCollection.cs
- ProtocolException.cs
- DeadCharTextComposition.cs
- WebPartCollection.cs
- TailCallAnalyzer.cs
- Point4D.cs
- Matrix3DConverter.cs
- HttpRawResponse.cs
- Parameter.cs
- StorageEntitySetMapping.cs
- ControlBindingsCollection.cs
- DataSourceControl.cs
- ConditionBrowserDialog.cs
- SafeRegistryHandle.cs
- EraserBehavior.cs
- TextSelectionHighlightLayer.cs
- TimeSpanConverter.cs
- OdbcParameter.cs
- ProviderUtil.cs
- FixedSOMTable.cs
- XmlUtilWriter.cs
- CardSpacePolicyElement.cs
- DataSetSchema.cs
- EntityDataSourceSelectingEventArgs.cs
- ListControl.cs
- PrintingPermission.cs
- DesignTable.cs
- HashCryptoHandle.cs
- WorkflowWebHostingModule.cs
- ListViewSortEventArgs.cs
- HMACSHA512.cs
- ContainerUIElement3D.cs
- SrgsElementList.cs
- AnnotationComponentManager.cs
- EventLogPermissionAttribute.cs
- SpanIndex.cs
- SignatureToken.cs
- HttpCacheVaryByContentEncodings.cs