EllipseStylusShape Class

 

Represents a stylus tip shaped like an ellipse.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

System::Object
  System.Windows.Ink::StylusShape
    System.Windows.Ink::EllipseStylusShape

public ref class EllipseStylusShape sealed : StylusShape

NameDescription
System_CAPS_pubmethodEllipseStylusShape(Double, Double)

Initializes a new instance of the EllipseStylusShape class with the specified width and height.

System_CAPS_pubmethodEllipseStylusShape(Double, Double, Double)

Initializes a new instance of the EllipseStylusShape class with the specified width, height, and angle.

NameDescription
System_CAPS_pubpropertyHeight

Gets the height of the stylus.(Inherited from StylusShape.)

System_CAPS_pubpropertyRotation

Gets the angle of the stylus.(Inherited from StylusShape.)

System_CAPS_pubpropertyWidth

Gets the width of the stylus. (Inherited from StylusShape.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodToString()

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

The following example demonstrates how to create an EllipseStylusShape and pass it to the GetIncrementalStrokeHitTester method to erase a portion of a Stroke. This example assumes that there is a IncrementalStrokeHitTester called eraseTester and that its StrokeHit event has been connected to the event handler defined in this example. To create a control that enables a user to erase ink, see How to: Erase Ink on a Custom Control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: