NevronOpenVision
Nevron.Nov.Graphics Namespace / NStroke Class
Fields Properties Methods Events


NStroke Class Members

The following tables list the members exposed by NStroke.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Schema associated with Color property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with DashCap property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with DashPattern property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with DashStyle property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with EndCap property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with LineJoin property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with MiterLimit property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NStroke.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with StartCap property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with Width property  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Fieldstatic (Shared in Visual Basic)  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Fieldstatic (Shared in Visual Basic)  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the stroke color.  
Public PropertyGets or sets the cap style used at the end of the line dashes.  
Public PropertyGets or sets a custom dash pattern. Only applicable if DashStyle is set to Custom.  
Public PropertyGets or sets the dash pattern.  
Public PropertyGets or sets the cap style used at the end of a line or an open figure.  
Public PropertySpecifies how to join consecutive line or curve segments in polygons, polylines and graphics path figures.  
Public PropertyGets or sets the upper limit on the ratio of the miter length to half of this stroke's width.  
Public PropertyGets or sets the cap style used at the beginning of a line or an open figure.  
Public PropertyGets or sets the stroke width (in DIPs).  
Top
Protected Properties
 NameDescription
Internal Property  
Internal Propertystatic (Shared in Visual Basic)  
Internal Propertystatic (Shared in Visual Basic)  
Top
Public Methods
 NameDescription
Public MethodGets the maximum area around a geometry that can be affected by this stoke style, if the geometry is stroked with it.  
Public MethodInvalidates the pen, thus causing the pen to be recreated the next time when GetPen is called.  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Methodstatic (Shared in Visual Basic)  
Protected MethodOverridden. Called when the local value of a property has changed. Raises the property LocalValueChanged event.  
Top
See Also