CircleShapeGeometry Members

Include Protected Members
Include Inherited Members

The CircleShapeGeometry type exposes the following members.

Constructors

 

Name

Description

Public method

CircleShapeGeometry

Top

Methods

 

Name

Description

Protected method

Contains

(Inherited from NodeShapeGeometry.)

Public method

Dispose

Overloaded.

Public method

DoFoldToShape

(Overrides EllipseShapeGeometry.DoFoldToShape(IGeometryHost, PointD, PointD).)

Public method

DoHitTest

Overloaded.

Public method

DoHitTestSelection

(Inherited from NodeShapeGeometry.)

Public method

DoPaint

Draws the shape geometry, and its shadow if it has one. (Inherited from ShapeGeometry.)

Public method

DoPaintEmphasis

(Inherited from NodeShapeGeometry.)

Protected method

DoPaintGeometry

(Inherited from NodeShapeGeometry.)

Public method

DoPaintResizeFeedback

(Inherited from NodeShapeGeometry.)

Public method

DoPaintSelection

(Inherited from NodeShapeGeometry.)

Protected method

DoPaintShadow

Draws the shadow for the shape. (Inherited from ShapeGeometry.)

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetBackgroundBrushId

Gets the ID that is assigned to the brush that paints the background of the shape geometry. (Inherited from ShapeGeometry.)

Public method

GetExtraPenWidth

Gets the width of the outline pen that is outside the boundary of the shape. (Inherited from ShapeGeometry.)

Protected method

GetFocusIndicatorInsideMargin

(Inherited from NodeShapeGeometry.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetOutlinePenId

Gets the ID that is assigned to the brush that paints the outline of the shape geometry. (Inherited from ShapeGeometry.)

Public method

GetPath

Overloaded.

Public method

GetPathCopy

Gets a copy of the path around the shape geometry. Dispose the path when you have finished with it. (Inherited from ShapeGeometry.)

Public method

GetPerimeter

Gets the path of the perimeter around the shape, including the width of the pen that draws the boundary. Make a copy of this path if you want to retain it. (Inherited from ShapeGeometry.)

Protected method

GetPerimeterBoundingBox

Gets the bounding box around the perimeter of the shape, including the thickness of the pen that draws the boundary. (Inherited from ShapeGeometry.)

Public method

GetSelectionLineOffset

Gets the distance between the selection and the outside of the shape geometry. (Inherited from ShapeGeometry.)

Public method

GetSelectionLineWidth

Gets the width of the line that indicates that a shape is selected. (Inherited from ShapeGeometry.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

HasFilledBackground

True if this type of geometry has a filled background. (Inherited from ShapeGeometry.)

Protected method

HasOutline

True if this type of geometry has a visible border. (Inherited from ShapeGeometry.)

Protected method

HasShadow

True if this type of geometry has a shadow. (Inherited from ShapeGeometry.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

ShadowOffset

Gets the offset between the shape outline and the outer edge of the shadow. (Inherited from ShapeGeometry.)

Protected property

UninitializedPath

Gets the path around the shape geometry. (Inherited from ShapeGeometry.)

Top

See Also

Reference

CircleShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace