VxPen Class Members
The following tables list the members exposed by VxPen.
Public Constructors
Name | Description | |
---|---|---|
![]() | VxPen Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | Antialiased | |
![]() | Color | |
![]() | ColorCode | |
![]() | DirectXMode | |
![]() | HasDashes | |
![]() | IsTransparent | |
![]() | Opacity | |
![]() | SCRTPen | |
![]() | StrokeDashArray | |
![]() | StrokeDashArrayIndex | |
![]() | StrokeDashArrayItemPassedLength | |
![]() | StrokeEndLineCap | |
![]() | StrokeThickness |
Public Methods
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Overridden. Releases unmanaged and - optionally - managed resources. |
![]() | Equals | Overloaded. Determines whether the specified object is equal to the current object. |
![]() ![]() | GetAntiAliasingForRectangularPrimitive | |
![]() ![]() | GetSmoothStrokeThickness | For smooth appearance of non-digital anti-aliased line, the stroke thickness should be greater than 1 pixel |
![]() ![]() | GetSmoothStrokeThicknessForLines | For smooth appearance of non-digital anti-aliased line, the stroke thickness should be greater than 1 pixel |
![]() | UpdatePen |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from SciChart.Core.Framework.DisposableBase) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also