Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / PathSegment.cs / 1 / PathSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PathSegment.cs //----------------------------------------------------------------------------- using System; using MS.Internal; using MS.Internal.PresentationCore; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; 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.Windows.Markup; namespace System.Windows.Media { #region PathSegment ////// PathSegment /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] public abstract partial class PathSegment : Animatable { #region Constructors internal PathSegment() { } #endregion #region AddToFigure internal abstract void AddToFigure( Matrix matrix, // The transformation matrid PathFigure figure, // The figure to add to ref Point current); // In: Segment start point, Out: Segment endpoint // not transformed #endregion #region Internal internal virtual bool IsEmpty() { return false; } internal abstract bool IsCurved(); ////// 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 abstract string ConvertToString(string format, IFormatProvider provider); #endregion #region Resource ////// SerializeData - Serialize the contents of this Segment to the provided context. /// internal abstract void SerializeData(StreamGeometryContext ctx); #endregion #region Data internal const bool c_isStrokedDefault = true; #endregion } #endregion } // 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
- AnimationLayer.cs
- SortQuery.cs
- RefreshPropertiesAttribute.cs
- MembershipSection.cs
- OleStrCAMarshaler.cs
- DependencyObjectValidator.cs
- ShaderEffect.cs
- RedistVersionInfo.cs
- FullTextLine.cs
- AdornerHitTestResult.cs
- BorderSidesEditor.cs
- ValidationError.cs
- FloatAverageAggregationOperator.cs
- AtomServiceDocumentSerializer.cs
- XamlToRtfParser.cs
- ColumnResizeAdorner.cs
- Point4D.cs
- DetailsViewPagerRow.cs
- ResourceDescriptionAttribute.cs
- ClientScriptManager.cs
- ListViewGroupConverter.cs
- JoinSymbol.cs
- Model3D.cs
- DllNotFoundException.cs
- NullableDoubleMinMaxAggregationOperator.cs
- SafeThreadHandle.cs
- Monitor.cs
- BasicHttpMessageSecurityElement.cs
- SystemKeyConverter.cs
- CodeVariableDeclarationStatement.cs
- codemethodreferenceexpression.cs
- StagingAreaInputItem.cs
- ListViewAutomationPeer.cs
- RequestTimeoutManager.cs
- CompositionTarget.cs
- SRDisplayNameAttribute.cs
- InternalPermissions.cs
- TripleDES.cs
- DataControlPagerLinkButton.cs
- SessionEndedEventArgs.cs
- RoleManagerEventArgs.cs
- TraceSection.cs
- BindStream.cs
- ViewSimplifier.cs
- XmlSchemaIdentityConstraint.cs
- EventLogRecord.cs
- WSIdentityFaultException.cs
- BindToObject.cs
- RSATokenProvider.cs
- TextEndOfParagraph.cs
- shaper.cs
- PinnedBufferMemoryStream.cs
- RunWorkerCompletedEventArgs.cs
- XmlSchemaDocumentation.cs
- DispatcherFrame.cs
- AspNetHostingPermission.cs
- KeyboardNavigation.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- Tuple.cs
- SineEase.cs
- AxisAngleRotation3D.cs
- SqlBuilder.cs
- TransformerConfigurationWizardBase.cs
- CqlIdentifiers.cs
- ToolStripContentPanel.cs
- ETagAttribute.cs
- X509SubjectKeyIdentifierClause.cs
- DataGridViewCellValueEventArgs.cs
- RequestCachingSection.cs
- TypeDescriptionProvider.cs
- Empty.cs
- Random.cs
- OleDbEnumerator.cs
- DebugTrace.cs
- PackageStore.cs
- IdentityReference.cs
- WebPartActionVerb.cs
- TextEffect.cs
- DataRowChangeEvent.cs
- ServiceDocument.cs
- ExternalException.cs
- ApplicationServiceManager.cs
- ActionMismatchAddressingException.cs
- WmlSelectionListAdapter.cs
- SiteMapHierarchicalDataSourceView.cs
- XmlName.cs
- TypeDescriptor.cs
- StructuredTypeEmitter.cs
- PropertyPathWorker.cs
- CodeLabeledStatement.cs
- HttpListenerResponse.cs
- AnnotationComponentManager.cs
- MenuDesigner.cs
- QueryInterceptorAttribute.cs
- Win32Exception.cs
- TextProperties.cs
- TraceSwitch.cs
- sqlmetadatafactory.cs
- ExtendedProtectionPolicy.cs
- RoleBoolean.cs