You are here: Start » FIL.NET » View2DBoxPrimitive Class
View2DBoxPrimitive Class
Namespace: | HMI.Controls |
---|---|
Assembly: | HMI.Controls.dll |
Represents a single 2D geometry primitive displayed by the View2DBox control.
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Color | System.Drawing.Color |
Gets or sets the color used to visualize this primitive.
Inherited from VideoBoxBase.VideoBoxPrimitive |
![]() | LineWidth | System.Single |
Gets or sets the with (in pixels) of the line used to draw this primitive visualization (when applicable).
Inherited from VideoBoxBase.VideoBoxPrimitive |
![]() | SegmentArrows | System.Boolean |
Gets or sets the visibility of arrows at end of segment primitives.
Inherited from VideoBoxBase.VideoBoxPrimitive |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Inherited from VideoBoxBase.VideoBoxPrimitive |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetArrayItemsCount() | For array primitives gets the number of element in the array. |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ReleasePrimitive() | Releases unmanaged renderer resources of this primitive. |
![]() | ResetPrimitive() | Resets this primitive to its default (empty) state. |
![]() | SetArcArrayItem(int, FilNet.Arc2D) | Sets a single item in an arc primitives array. |
![]() | SetArcArrayItem(int, float, float, float, float, float) | Sets a single item in an arc primitives array. |
![]() | SetArcArray(IList<FilNet.Arc2D>) | Sets an array of arc primitives for this data item. |
![]() | SetArc(FilNet.Arc2D) | Sets an arc as this primitive. |
![]() | SetArc(float, float, float, float, float) | Sets an arc as this primitive |
![]() | SetArrayItemColor(int, System.Drawing.Color) | Sets the color of an item in array primitives. |
![]() | SetArrayItemsCount(VideoBoxBase.VideoBoxPrimitiveType, int) | Initializes this item to display an array primitive of specified type and with specified amount of elements. |
![]() | SetBoxArrayItem(int, FilNet.Box) | Sets a single item in a 2D box primitives array. |
![]() | SetBoxArrayItem(int, int, int, int, int) | Sets a single item in a 2D box primitives array. |
![]() | SetBoxArray(IList<FilNet.Box>) | Sets an array of box primitives for this data item. |
![]() | SetBox(FilNet.Box) | Sets a 2D axis aligned box as this primitive. |
![]() | SetBox(int, int, int, int) | Sets a 2D axis aligned box as this primitive. |
![]() | SetCircleArrayItem(int, FilNet.Circle2D) | Sets a single item in a circle primitives array. |
![]() | SetCircleArrayItem(int, float, float, float) | Sets a single item in a circle primitives array. |
![]() | SetCircleArray(IList<FilNet.Circle2D>) | Sets an array of circle primitives for this data item. |
![]() | SetCircle(FilNet.Circle2D) | Sets a circle as this primitive. |
![]() | SetCircle(float, float, float) | Sets a circle as this primitive |
![]() | SetCoordinateSystemArrayItem(int, FilNet.CoordinateSystem2D) | Sets a single item in a coordinate system transform primitives array. |
![]() | SetCoordinateSystemArrayItem(int, float, float, float, float) | Sets a single item in a coordinate system transform primitives array. |
![]() | SetCoordinateSystemArray(IList<FilNet.CoordinateSystem2D>) | Sets an array of coordinate system transformations for this data item. |
![]() | SetCoordinateSystem(FilNet.CoordinateSystem2D) | Sets coordinate system transform description as this primitive. |
![]() | SetCoordinateSystem(float, float, float, float) | Sets coordinate system transform description as this primitive. |
![]() | SetEllipseArrayItem(int, float, float, float, float, float) | Sets a single item in an ellipse primitives array. |
![]() | SetEllipse(float, float, float, float, float) | Sets an ellipse as this primitive |
![]() | SetHeatmap(int, int, int, VideoBoxBase.ImagePixelType, int, byte[], int, int, int) | Sets a HeatMap based on raw image data as this primitive |
![]() | SetHeatmap(int, int, int, VideoBoxBase.ImagePixelType, int, System.IntPtr, int, int, int) | Sets a HeatMap based on raw image data as this primitive |
![]() | SetHeatmap(int, int, int, VideoBoxBase.ImagePixelType, int, System.Void*, int, int, int) | Sets a HeatMap based on raw image data as this primitive |
![]() | SetLabeledRectangleArrayItem(int, FilNet.Rectangle2D, string) | Sets a single item in an primitives array of Rectangles with text labels. |
![]() | SetLabeledRectangleArrayItem(int, float, float, float, float, float, string) | Sets a single item in an primitives array of Rectangles with text labels. |
![]() | SetLabeledRectangle(FilNet.Rectangle2D, string) | Sets a Rectangle with a text label as this primitive. |
![]() | SetLabeledRectangle(float, float, float, float, float, string) | Sets a Rectangle with a text label as this primitive. |
![]() | SetLineArrayItem(int, FilNet.Line2D) | Sets a single item in a line primitives array. |
![]() | SetLineArrayItem(int, float, float, float) | Sets a single item in a line primitives array. |
![]() | SetLineArray(IList<FilNet.Line2D>) | Sets an array of line primitives for this data item. |
![]() | SetLine(FilNet.Line2D) | Sets a 2D line (described by a line equation) as this primitive. |
![]() | SetLine(float, float, float) | Sets a 2D line (described by a line equation) as this primitive. |
![]() | SetPathArrayItem(int, FilNet.Path) | Sets a single item in a 2D path primitives array. |
![]() | SetPathArrayItem(int, System.Void*, int, bool) | Sets a single item in a 2D path primitives array. |
![]() | SetPathArray(IList<FilNet.Path>) | Sets an array of path primitives for this data item. |
![]() | SetPath(FilNet.Path) | Sets a 2D path as this primitive. |
![]() | SetPath(System.IntPtr, int, bool) | Sets a 2D path as this primitive. |
![]() | SetPath(System.Void*, int, bool) | Sets a 2D path as this primitive. |
![]() | SetPointArrayItem(int, FilNet.Point2D) | Sets a single item in a point primitives array. |
![]() | SetPointArrayItem(int, System.Drawing.PointF) | Sets a single item in a point primitives array. |
![]() | SetPointArrayItem(int, float, float) | Sets a single item in a point primitives array. |
![]() | SetPointArray(IList<FilNet.Point2D>) | Sets an array of point primitives for this data item. |
![]() | SetPointArray(IList<System.Drawing.PointF>) | Sets an array of point primitives for this data item. |
![]() | SetPoint(FilNet.Point2D) | Sets a single 2D point as this primitive. |
![]() | SetPoint(System.Drawing.PointF) | Sets a single 2D point as this primitive. |
![]() | SetPoint(float, float) | Sets a single 2D point as this primitive. |
![]() | SetRectangleArrayItem(int, FilNet.Rectangle2D) | Sets a single item in an oriented rectangle primitives array. |
![]() | SetRectangleArrayItem(int, float, float, float, float, float) | Sets a single item in an oriented rectangle primitives array. |
![]() | SetRectangleArray(IList<FilNet.Rectangle2D>) | Sets an array of rectangle primitives for this data item. |
![]() | SetRectangle(FilNet.Rectangle2D) | Sets an oriented 2D rectangle as this primitive. |
![]() | SetRectangle(float, float, float, float, float) | Sets an oriented 2D rectangle as this primitive. |
![]() | SetRegionArrayItem(int, FilNet.Region) | Sets a single item in a region primitives array. |
![]() | SetRegionArrayItem(int, int, int, System.Void*, int) | |
![]() | SetRegionArray(IList<FilNet.Region>) | Sets an array of region primitives for this data item. |
![]() | SetRegion(FilNet.Region) | Sets a region as this primitive. |
![]() | SetRegion(int, int, System.Void*, int) | |
![]() | SetRingArrayItem(int, float, float, float, float) | Sets a single item in a ring primitives array. |
![]() | SetRing(float, float, float, float) | Sets a ring as this primitive |
![]() | SetSegmentArrayItem(int, FilNet.Segment2D) | Sets a single item in a segment primitives array. |
![]() | SetSegmentArrayItem(int, FilNet.Point2D, FilNet.Point2D) | Sets a single item in a segment primitives array. |
![]() | SetSegmentArrayItem(int, float, float, float, float) | Sets a single item in a segment primitives array. |
![]() | SetSegmentArray(IList<FilNet.Segment2D>) | Sets an array of segment primitives for this data item. |
![]() | SetSegment(FilNet.Segment2D) | Sets a 2D segment (based on two points) as this primitive. |
![]() | SetSegment(FilNet.Point2D, FilNet.Point2D) | Sets a 2D segment (based on two points) as this primitive. |
![]() | SetSegment(float, float, float, float) | Sets a 2D segment (based on two points) as this primitive. |
![]() | SetShapeRegionArrayItem(int, FilNet.ShapeRegionDeprecated) | Sets a single item in a shape region primitives array. |
![]() | SetShapeRegionArrayItem(int, float, float, float, float, float, VideoBoxBase.ShapeRegionType) | Sets a single item in a shape region primitives array. |
![]() | SetShapeRegionArray(IList<FilNet.ShapeRegionDeprecated>) | Sets an array of shape region primitives for this data item. |
![]() | SetShapeRegion(FilNet.ShapeRegionDeprecated) | Sets a shape region as this primitive. |
![]() | SetShapeRegion(float, float, float, float, float, VideoBoxBase.ShapeRegionType) | Sets a shape region as this primitive. |
![]() | SetStringLabelArrayItem(int, FilNet.StringLabel) | Sets a single item in a string label primitives array. |
![]() | SetStringLabelArrayItem(int, float, float, string) | Sets a single item in a string label primitives array. |
![]() | SetStringLabelArray(IList<FilNet.StringLabel>) | Sets an array of string label primitives for this data item. |
![]() | SetStringLabel(FilNet.StringLabel) | Sets a string label as this primitive. |
![]() | SetStringLabel(float, float, string) | Sets a string label (text anchored at specified coordinates) as this primitive. |
![]() | ToString() | Inherited from System.Object |