Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Generated / PolyBezierSegmentFigureLogic.cs / 1305600 / PolyBezierSegmentFigureLogic.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // This file was generated from the codegen template located at: // wpf\src\Graphics\codegen\mcg\generators\PolySegmentTemplate.cs // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Security.Permissions; using System.Windows; using System.Windows.Markup; using System.Windows.Media.Animation; using System.ComponentModel.Design.Serialization; using System.Windows.Media.Composition; using System.Reflection; using MS.Internal; using System.Security; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { #region PolyBezierSegment ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : PathSegment { #region Constructors ////// PolyBezierSegment constructor /// public PolyBezierSegment() { } ////// /// public PolyBezierSegment(IEnumerablepoints, bool isStroked) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; } /// /// /// internal PolyBezierSegment(IEnumerablepoints, bool isStroked, bool isSmoothJoin) { if (points == null) { throw new System.ArgumentNullException("points"); } Points = new PointCollection(points); IsStroked = isStroked; IsSmoothJoin = isSmoothJoin; } #endregion #region AddToFigure internal override void AddToFigure( Matrix matrix, // The transformation matrix PathFigure figure, // The figure to add to ref Point current) // Out: Segment endpoint, not transformed { PointCollection points = Points; if (points != null && points.Count >= 3) { if (matrix.IsIdentity) { figure.Segments.Add(this); } else { PointCollection copy = new PointCollection(); Point pt = new Point(); int count = points.Count; for (int i=0; i /// SerializeData - Serialize the contents of this Segment to the provided context. /// internal override void SerializeData(StreamGeometryContext ctx) { ctx.PolyBezierTo(Points, IsStroked, IsSmoothJoin); } #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
- IImplicitResourceProvider.cs
- ButtonDesigner.cs
- NoPersistScope.cs
- TraceLevelStore.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- TimeSpan.cs
- PropertyMetadata.cs
- OledbConnectionStringbuilder.cs
- AttributeCollection.cs
- DbConnectionOptions.cs
- DataTablePropertyDescriptor.cs
- MemoryMappedFile.cs
- EncoderParameters.cs
- NullReferenceException.cs
- AdvancedBindingEditor.cs
- StyleConverter.cs
- PropertyChangeTracker.cs
- ConsoleEntryPoint.cs
- AuthStoreRoleProvider.cs
- MetabaseReader.cs
- DataMemberFieldEditor.cs
- DataBoundControlHelper.cs
- Graph.cs
- XmlImplementation.cs
- TrackingServices.cs
- PathBox.cs
- FacetEnabledSchemaElement.cs
- SelectionPattern.cs
- ThreadPool.cs
- ConnectionsZone.cs
- PKCS1MaskGenerationMethod.cs
- HashCodeCombiner.cs
- ConstantExpression.cs
- HttpVersion.cs
- WindowsGraphicsCacheManager.cs
- StringBuilder.cs
- DataPagerCommandEventArgs.cs
- OracleNumber.cs
- StructureChangedEventArgs.cs
- RegionInfo.cs
- DynamicObject.cs
- ProfileManager.cs
- DmlSqlGenerator.cs
- NamespaceExpr.cs
- ParserExtension.cs
- SqlDependencyListener.cs
- ImageFormat.cs
- ObjectAnimationBase.cs
- XPathNodeList.cs
- StringConcat.cs
- DataGridPagerStyle.cs
- SerialPinChanges.cs
- QueryContext.cs
- TimeSpanValidatorAttribute.cs
- AncestorChangedEventArgs.cs
- HandleInitializationContext.cs
- TextEffect.cs
- SafeFileMappingHandle.cs
- CompilerResults.cs
- SamlDoNotCacheCondition.cs
- CommandField.cs
- ErrorsHelper.cs
- activationcontext.cs
- ServerIdentity.cs
- GroupDescription.cs
- WmlImageAdapter.cs
- TextDocumentView.cs
- ListViewTableCell.cs
- StringResourceManager.cs
- PointAnimationClockResource.cs
- ScriptManager.cs
- DateTimeUtil.cs
- RegexCaptureCollection.cs
- StorageSetMapping.cs
- SoundPlayer.cs
- ToolStripItem.cs
- DesignerDeviceConfig.cs
- BooleanFacetDescriptionElement.cs
- DoubleSumAggregationOperator.cs
- PrimarySelectionGlyph.cs
- NetPipeSectionData.cs
- MemoryRecordBuffer.cs
- BamlStream.cs
- NumericUpDownAcceleration.cs
- SystemInformation.cs
- Int64Storage.cs
- ComProxy.cs
- AssociatedControlConverter.cs
- InterleavedZipPartStream.cs
- DataViewManagerListItemTypeDescriptor.cs
- FormView.cs
- SQLDecimal.cs
- PlainXmlDeserializer.cs
- Style.cs
- SuppressMessageAttribute.cs
- XmlnsCache.cs
- RenameRuleObjectDialog.Designer.cs
- TdsParserStaticMethods.cs
- IProvider.cs
- WindowsBrush.cs