Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / PolyBezierSegment.cs / 1 / PolyBezierSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyBezierSegment.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 { ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : 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 "C" + 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: PolyBezierSegment.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 { ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : 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 "C" + 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
- ContractCodeDomInfo.cs
- SpnEndpointIdentity.cs
- DataGridViewLinkColumn.cs
- DatatypeImplementation.cs
- GorillaCodec.cs
- MetadataWorkspace.cs
- ObjectStateEntry.cs
- XmlBinaryReader.cs
- ClientProxyGenerator.cs
- WebUtil.cs
- SecurityManager.cs
- VerticalAlignConverter.cs
- DesignerOptionService.cs
- ViewStateModeByIdAttribute.cs
- PeerCollaboration.cs
- ExpressionConverter.cs
- DesignerDataConnection.cs
- HtmlSelect.cs
- PagedDataSource.cs
- AutomationPatternInfo.cs
- FastEncoder.cs
- LocalizationComments.cs
- ServiceProviders.cs
- ScriptingRoleServiceSection.cs
- HttpRawResponse.cs
- ConfigsHelper.cs
- ResourcePool.cs
- IsolatedStorageFileStream.cs
- Utils.cs
- ProxyManager.cs
- LicenseProviderAttribute.cs
- RoamingStoreFileUtility.cs
- NullableIntMinMaxAggregationOperator.cs
- SqlBuilder.cs
- AlignmentXValidation.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ColorAnimationBase.cs
- GlobalizationSection.cs
- TiffBitmapEncoder.cs
- DataTransferEventArgs.cs
- EmptyReadOnlyDictionaryInternal.cs
- PageEventArgs.cs
- DateTimePicker.cs
- CreateRefExpr.cs
- SqlTypeSystemProvider.cs
- EdmConstants.cs
- TextViewDesigner.cs
- FileDialogCustomPlaces.cs
- DragSelectionMessageFilter.cs
- FrameDimension.cs
- CodeMethodInvokeExpression.cs
- RequestTimeoutManager.cs
- RegistryExceptionHelper.cs
- SqlTrackingWorkflowInstance.cs
- InvalidCommandTreeException.cs
- FrameworkContextData.cs
- CellTreeNode.cs
- ValidationRuleCollection.cs
- CroppedBitmap.cs
- ScaleTransform3D.cs
- IsolatedStorageFile.cs
- StringUtil.cs
- ThreadStartException.cs
- WebPartTracker.cs
- XmlSchemaExternal.cs
- BinaryWriter.cs
- ResolveNameEventArgs.cs
- TaskFactory.cs
- BackgroundFormatInfo.cs
- ProviderManager.cs
- ConfigPathUtility.cs
- GenericTextProperties.cs
- ContextToken.cs
- ZipIOExtraField.cs
- GlyphRunDrawing.cs
- TraceContextEventArgs.cs
- SafeProcessHandle.cs
- CodeRegionDirective.cs
- BigInt.cs
- SimplePropertyEntry.cs
- SourceInterpreter.cs
- ConfigurationStrings.cs
- NativeMethods.cs
- DataGridCellItemAutomationPeer.cs
- querybuilder.cs
- AttributeCollection.cs
- ToolStripSplitButton.cs
- SecurityContextTokenValidationException.cs
- FileStream.cs
- WriteTimeStream.cs
- MsmqInputMessage.cs
- FileSystemEventArgs.cs
- XPathNavigator.cs
- InnerItemCollectionView.cs
- TypeDescriptor.cs
- DataSourceDesigner.cs
- AnimatedTypeHelpers.cs
- FlowLayoutPanel.cs
- MembershipPasswordException.cs
- SmiConnection.cs