|
void | Consume (HPS.LineKit in_kit) |
|
override void | Dispose () |
|
HPS.LineKit | EditPointsByDeletion (ulong in_offset, ulong in_count) |
|
HPS.LineKit | EditPointsByInsertion (ulong in_offset, HPS.Point[] in_points) |
|
HPS.LineKit | EditPointsByReplacement (ulong in_offset, HPS.Point[] in_points) |
|
override bool | Empty () |
|
override bool | Equals (System.Object obj) |
|
bool | Equals (HPS.LineKit in_kit) |
|
override int | GetHashCode () |
|
ulong | GetPointCount () |
|
| LineKit () |
|
| LineKit (HPS.LineKit in_kit) |
|
override HPS.Type | ObjectType () |
|
void | Set (HPS.LineKit in_kit) |
|
HPS.LineKit | SetPointCoordinateSpace (ulong[] in_indices, HPS.Line.CoordinateSpace[] in_spaces) |
|
HPS.LineKit | SetPointCoordinateSpace (HPS.Line.CoordinateSpace[] in_spaces) |
|
HPS.LineKit | SetPoints (HPS.Point[] in_points) |
|
HPS.LineKit | SetPoints (HPS.Point[] in_points, HPS.Line.CoordinateSpace[] in_spaces) |
|
HPS.LineKit | SetPriority (int in_priority) |
|
HPS.LineKit | SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data) |
|
HPS.LineKit | SetUserData (IntPtr in_index, byte[] in_data) |
|
HPS.LineKit | SetUserData (IntPtr[] in_indices, byte[][] in_data) |
|
void | Show (out HPS.LineKit out_kit) |
|
bool | ShowPointCoordinateSpace (ulong[] in_indices, out HPS.Line.CoordinateSpace[] out_spaces) |
|
bool | ShowPointCoordinateSpace (out HPS.Line.CoordinateSpace[] out_spaces) |
|
bool | ShowPoints (out HPS.Point[] out_points) |
|
bool | ShowPoints (out HPS.Point[] out_points, out HPS.Line.CoordinateSpace[] out_coordinate_spaces) |
|
bool | ShowPointsByList (ulong[] in_indices, out HPS.Point[] out_points) |
|
bool | ShowPointsByRange (ulong in_start_index, ulong in_count, out HPS.Point[] out_points) |
|
bool | ShowPriority (out int out_priority) |
|
bool | ShowUserData (IntPtr in_index, out byte[] out_data) |
|
bool | ShowUserData (out IntPtr[] out_indices, out byte[][] out_data) |
|
ulong | ShowUserDataCount () |
|
bool | ShowUserDataIndices (out IntPtr[] out_indices) |
|
HPS.LineKit | UnsetAllUserData () |
|
HPS.LineKit | UnsetEverything () |
|
HPS.LineKit | UnsetPointCoordinateSpace (ulong[] in_indices) |
|
HPS.LineKit | UnsetPointCoordinateSpace () |
|
HPS.LineKit | UnsetPoints () |
|
HPS.LineKit | UnsetPriority () |
|
HPS.LineKit | UnsetUserData (IntPtr in_index) |
|
HPS.LineKit | UnsetUserData (IntPtr[] in_indices) |
|
| Kit (HPS.Kit in_that) |
|
override HPS.Type | Type () |
|
IntPtr | GetClassID () |
|
IntPtr | GetInstanceID () |
|
bool | HasType (HPS.Type in_mask) |
|
| Object (HPS.Object that) |
|
virtual void | Reset () |
|
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The LineKit class is a user space object. It is a kit analog to a LineKey.
◆ LineKit() [1/2]
The default constructor creates an empty LineKit object.
◆ LineKit() [2/2]
The copy constructor creates a new LineKit object that contains the same settings as the source LineKit.
- Parameters
-
◆ Consume()
Copies the source LineKit into this LineKit and resets the source kit.
- Parameters
-
in_kit | The source LineKit to consume. |
◆ EditPointsByDeletion()
HPS.LineKit HPS.LineKit.EditPointsByDeletion |
( |
ulong |
in_offset, |
|
|
ulong |
in_count |
|
) |
| |
|
inline |
Removes points from the point list for this LineKit.
- Parameters
-
in_offset | The offset into the point list for the line at which to start removing points. This value must be such that in_offset<point_count for deletion to succeed. |
in_count | The number of points to delete from the point list for the line. This value must be such that in_offset+in_count<=point_count for the deletion to succeed. |
- Returns
- A reference to this LineKit.
◆ EditPointsByInsertion()
Adds points to the point list for this LineKit.
- Parameters
-
in_offset | The offset into the point list for the line at which to insert points. This value must be such that in_offset<point_count for insertion to succeed. |
in_points | The points to insert into the point list at the specified offset. |
- Returns
- A reference to this LineKit.
◆ EditPointsByReplacement()
Replaces points in the point list for this LineKit.
- Parameters
-
in_offset | The offset into the point list for the line at which to start replacing points. This value must be such that in_offset<point_count for replacement to succeed. |
in_points | The points to use to replace those in the point list at the specified offset. This size of the array must be such that in_offset+in_points.size()<=point_count for the replacement to succeed. |
- Returns
- A reference to this LineKit.
◆ Empty()
override bool HPS.LineKit.Empty |
( |
| ) |
|
|
inlinevirtual |
Indicates whether this LineKit has any values set on it.
- Returns
- true if no values are set on this LineKit, false otherwise.
Reimplemented from HPS.Object.
◆ Equals()
Check if the source LineKit is equivalent to this LineKit.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetPointCount()
ulong HPS.LineKit.GetPointCount |
( |
| ) |
|
|
inline |
Retrieves the number of points in this line.
- Returns
- The number of points in this line.
◆ ObjectType()
override HPS.Type HPS.LineKit.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Kit.
◆ Set()
◆ SetPointCoordinateSpace() [1/2]
Sets the coordinate space to use for each point of this line. The default is Line.CoordinateSpace.Object.
- Parameters
-
in_indices | The list of point indices to unset. |
in_spaces | The coordinate spaces for each point in the line. |
- Returns
- A reference to this LineKit.
◆ SetPointCoordinateSpace() [2/2]
Sets the coordinate space to use for each point of this line. The default is Line.CoordinateSpace.Object.
- Parameters
-
in_spaces | The coordinate spaces for each point in the line. |
- Returns
- A reference to this LineKit.
◆ SetPoints() [1/2]
Sets the points for this LineKit.
- Parameters
-
in_points | The points for this LineKit. |
- Returns
- A reference to this LineKit.
◆ SetPoints() [2/2]
Sets the points for this LineKit.
- Parameters
-
in_points | The points for this LineKit. |
in_spaces | The coordinate spaces for each point in the line. |
- Returns
- A reference to this LineKit.
◆ SetPriority()
Assigns a specific drawing priority value to the LineKit. It affects the order in which the contents of this segment are drawn if and only if the rendering algorithm is set to Priority.
- Parameters
-
in_priority | The drawing priority, higher priority items are drawn on top of lower priority items. |
- Returns
- A reference to this object.
SubwindowKit.SetPriority()
SubwindowKit.SetRenderingAlgorithm()
◆ SetUserData() [1/3]
HPS.LineKit HPS.LineKit.SetUserData |
( |
IntPtr |
in_index, |
|
|
ulong |
in_bytes, |
|
|
byte [] |
in_data |
|
) |
| |
|
inline |
Sets user data on this kit.
- Parameters
-
in_index | The index of the user data to set. |
in_bytes | The number of bytes of user data to set. |
in_data | The bytes of user data to set. |
- Returns
- A reference to this kit.
◆ SetUserData() [2/3]
HPS.LineKit HPS.LineKit.SetUserData |
( |
IntPtr |
in_index, |
|
|
byte [] |
in_data |
|
) |
| |
|
inline |
Sets user data on this kit.
- Parameters
-
in_index | The index of the user data to set. |
in_data | The bytes of user data to set. |
- Returns
- A reference to this kit.
◆ SetUserData() [3/3]
HPS.LineKit HPS.LineKit.SetUserData |
( |
IntPtr [] |
in_indices, |
|
|
byte |
in_data[][] |
|
) |
| |
|
inline |
Sets user data on this kit.
- Parameters
-
in_indices | An array of user data indices to set. |
in_data | An array of bytes of user data to set. |
- Returns
- A reference to this kit.
◆ Show()
◆ ShowPointCoordinateSpace() [1/2]
Shows the coordinate space that is being used for the points at the specified indices.
- Parameters
-
in_indices | The list of point indices to show. |
out_spaces | The coordinate spaces for each index specified. |
- Returns
- true if line coordinates could be retrieved for this line false otherwise.
◆ ShowPointCoordinateSpace() [2/2]
Shows the coordinate space that is being used for the points at the specified indices.
- Parameters
-
out_spaces | The coordinate spaces for each all points on this line. |
- Returns
- true if line coordinates could be retrieved for this line false otherwise.
◆ ShowPoints() [1/2]
bool HPS.LineKit.ShowPoints |
( |
out HPS.Point [] |
out_points | ) |
|
|
inline |
Shows the points for this LineKit.
- Parameters
-
out_points | The points for this LineKit. |
- Returns
- true if points were set, false otherwise.
◆ ShowPoints() [2/2]
Shows the points for this LineKit.
- Parameters
-
out_points | The points for this LineKit. |
out_coordinate_spaces | The coordinate spaces for each point in this line. |
- Returns
- true if points were set, false otherwise.
◆ ShowPointsByList()
bool HPS.LineKit.ShowPointsByList |
( |
ulong [] |
in_indices, |
|
|
out HPS.Point [] |
out_points |
|
) |
| |
|
inline |
Show a subset of the points for this LineKit by list.
- Parameters
-
in_indices | The list of point indices to show. |
out_points | The requested points for this LineKit. |
- Returns
- true if all requested points were set, false otherwise.
◆ ShowPointsByRange()
bool HPS.LineKit.ShowPointsByRange |
( |
ulong |
in_start_index, |
|
|
ulong |
in_count, |
|
|
out HPS.Point [] |
out_points |
|
) |
| |
|
inline |
Show a subset of the points for this LineKit by range.
- Parameters
-
in_start_index | The first point to show. |
in_count | The number of points to show. |
out_points | The requested points for this LineKit. |
- Returns
- true if all requested points were set, false otherwise.
◆ ShowPriority()
bool HPS.LineKit.ShowPriority |
( |
out int |
out_priority | ) |
|
|
inline |
Shows the drawing priority.
- Parameters
-
out_priority | The drawing priority, higher priority items are drawn on top of lower priority items. |
- Returns
- true if the setting is valid, false otherwise.
◆ ShowUserData() [1/2]
bool HPS.LineKit.ShowUserData |
( |
IntPtr |
in_index, |
|
|
out byte [] |
out_data |
|
) |
| |
|
inline |
Shows the user data at a given index for this kit.
- Parameters
-
in_index | The index of the user data to show. |
out_data | The user data at the given index. |
- Returns
- true if there is user data at the given index, false otherwise.
◆ ShowUserData() [2/2]
bool HPS.LineKit.ShowUserData |
( |
out IntPtr [] |
out_indices, |
|
|
out byte |
out_data[][] |
|
) |
| |
|
inline |
Shows all user data for this kit.
- Parameters
-
out_indices | An array of all user data indices set on this kit. |
out_data | An array of all user data set on this kit. |
- Returns
- true if there is user data on this kit, false otherwise.
◆ ShowUserDataCount()
ulong HPS.LineKit.ShowUserDataCount |
( |
| ) |
|
|
inline |
Get the number of user data indices set on this kit.
◆ ShowUserDataIndices()
bool HPS.LineKit.ShowUserDataIndices |
( |
out IntPtr [] |
out_indices | ) |
|
|
inline |
Shows the indices of all user data set on this kit.
- Parameters
-
out_indices | The user data indices set on this kit. |
- Returns
- The number of user data indices set on this kit.
◆ UnsetAllUserData()
Removes all user data from this kit.
- Returns
- A reference to this kit.
◆ UnsetEverything()
Removes all settings from the LineKit.
- Returns
- A reference to this LineKit.
◆ UnsetPointCoordinateSpace() [1/2]
HPS.LineKit HPS.LineKit.UnsetPointCoordinateSpace |
( |
ulong [] |
in_indices | ) |
|
|
inline |
Unsets the coordinate space for specified points on this line back to Coordinate.Space.Object.
- Parameters
-
in_indices | The list of point indices to unset. |
- Returns
- A reference to this LineKit.
◆ UnsetPointCoordinateSpace() [2/2]
◆ UnsetPoints()
Removes the points for this LineKit.
- Returns
- A reference to this LineKit.
◆ UnsetPriority()
Removes a drawing priority setting.
- Returns
- A reference to this object.
◆ UnsetUserData() [1/2]
HPS.LineKit HPS.LineKit.UnsetUserData |
( |
IntPtr |
in_index | ) |
|
|
inline |
Removes the user data at the given index from this kit.
- Parameters
-
in_index | The index of the user data to remove. |
- Returns
- A reference to this kit.
◆ UnsetUserData() [2/2]
HPS.LineKit HPS.LineKit.UnsetUserData |
( |
IntPtr [] |
in_indices | ) |
|
|
inline |
Removes the user data at the given indices from this kit.
- Parameters
-
in_indices | The indices of the user data to remove. |
- Returns
- A reference to this kit.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.LineKit.cs