|
override void | Dispose () |
|
| GridKit () |
| The default constructor creates an empty GridKit object. More...
|
|
| GridKit (HPS.GridKit in_kit) |
| The copy constructor creates a new GridKit object that contains the same settings as the source GridKit. More...
|
|
override HPS.Type | ObjectType () |
| This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More...
|
|
void | Consume (HPS.GridKit in_kit) |
| Copies the source GridKit into this GridKit and resets the source kit. More...
|
|
void | Set (HPS.GridKit in_kit) |
| Copies the source GridKit into this GridKit. More...
|
|
void | Show (out HPS.GridKit out_kit) |
| Copies this GridKit into the given GridKit. More...
|
|
override bool | Empty () |
| Indicates whether this GridKit has any values set on it. More...
|
|
override bool | Equals (System.Object obj) |
|
override int | GetHashCode () |
|
bool | Equals (HPS.GridKit in_kit) |
| Check if the source GridKit is equivalent to this GridKit. More...
|
|
HPS.GridKit | SetPriority (int in_priority) |
| Assigns a specific drawing priority value to the GridKit. It affects the order in which the contents of this segment are drawn if and only if the rendering algorithm is set to Priority. More...
|
|
HPS.GridKit | SetType (HPS.Grid.Type in_type) |
| Sets the type of this GridKit. More...
|
|
HPS.GridKit | SetOrigin (HPS.Point in_origin) |
| Sets the origin for this GridKit. More...
|
|
HPS.GridKit | SetFirstPoint (HPS.Point in_first_point) |
| Sets the first reference point for this GridKit. If the type of the grid is Grid::Type::Quadrilateral, this defines the first point along one of the vectors defining the grid (the other vector is determined by the second point). It also determines the spacing between the grid lines along the vector. If the type of the grid is Grid::Type::Radial, this defines the first point along the radius vector which will intersect with the circular grid arcs. More...
|
|
HPS.GridKit | SetSecondPoint (HPS.Point in_second_point) |
| Sets the second reference point for this GridKit. If the type of the grid Grid::Type::Quadrilateral, this defines the first point along the second vector defining the grid (the other vector is determined by the first point). It also determines the spacing between the grid lines along the vector. If the type of the grid is Grid::Type::Radial, this defines the first point on the first circular arc which intersects with the radial vectors, and determines the spacing of the arcs along the radial vectors. More...
|
|
HPS.GridKit | SetFirstCount (int in_first_count) |
| Sets the first reference count for this GridKit, i.e., the number of grid elements along the vector determined by the first reference point. If the type of the grid is Grid::Type::Quadrilateral, there are three type of behavior depending on if the count is greater than zero, less than zero, or equal to zero. If the count is greater than zero, the count determines the finite number of grid lines which will intersect with the vector determined by the first reference point. If the count is less than zero, the count determines the finite number of grid lines which will intersect with the vector determined by the first reference point and additionally that same number of intersections along the negation of that vector. Lastly, if the count is zero, the grid will extend infinitely along the vector determined by the first reference point and its negation. If the type of the grid is Grid::Type::Radial, there are two types of behavior depending on if the count is greater than zero or equal to zero. If the count is greater than zero, it determines the finite number of circular arcs which will intersect with the radial vectors. If the count is equal to zero, there will be an infinite number of intersections along the radial arcs. Negative counts are invalid in this case. More...
|
|
HPS.GridKit | SetSecondCount (int in_second_count) |
| Sets the second reference count for this GridKit, i.e., the number of grid elements along the vector determined by the second reference point. If the type of the grid is Grid::Type::Quadrilateral, there are three type of behavior depending on if the count is greater than zero, less than zero, or equal to zero. If the count is greater than zero, the count determines the finite number of grid lines which will intersect with the vector determined by the second reference point. If the count is less than zero, the count determines the finite number of grid lines which will intersect with the vector determined by the second reference point and additionally that same number of intersections along the negation of that vector. Lastly, if the count is zero, the grid will extend infinitely along the vector determined by the second reference point and its negation. If the type of the grid is Grid::Type::Radial, the count determines the number of radial vectors for the grid. More...
|
|
HPS.GridKit | UnsetPriority () |
| Removes a drawing priority setting. More...
|
|
HPS.GridKit | UnsetType () |
| Removes the type from this GridKit. More...
|
|
HPS.GridKit | UnsetOrigin () |
| Removes the origin from this GridKit. More...
|
|
HPS.GridKit | UnsetFirstPoint () |
| Removes the first reference point from this GridKit. More...
|
|
HPS.GridKit | UnsetSecondPoint () |
| Removes the second reference point from this GridKit. More...
|
|
HPS.GridKit | UnsetFirstCount () |
| Removes the first reference count from this GridKit. More...
|
|
HPS.GridKit | UnsetSecondCount () |
| Removes the second reference count from this GridKit. More...
|
|
HPS.GridKit | UnsetEverything () |
| Removes the all settings from this GridKit. More...
|
|
bool | ShowPriority (out int out_priority) |
| Shows the drawing priority. More...
|
|
bool | ShowType (out HPS.Grid.Type out_type) |
| Shows the type for this GridKit. More...
|
|
bool | ShowOrigin (out HPS.Point out_origin) |
| Shows the origin for this GridKit. More...
|
|
bool | ShowFirstPoint (out HPS.Point out_first_point) |
| Shows the first reference point for this GridKit. More...
|
|
bool | ShowSecondPoint (out HPS.Point out_second_point) |
| Shows the second reference point for this GridKit. More...
|
|
bool | ShowFirstCount (out int out_first_count) |
| Shows the first reference count for this GridKit. More...
|
|
bool | ShowSecondCount (out int out_second_count) |
| Shows the second reference count for this GridKit. More...
|
|
HPS.GridKit | SetUserData (IntPtr in_index, ulong in_bytes, byte[] in_data) |
| Sets user data on this kit. More...
|
|
HPS.GridKit | SetUserData (IntPtr in_index, byte[] in_data) |
| Sets user data on this kit. More...
|
|
HPS.GridKit | SetUserData (IntPtr[] in_indices, byte[][] in_data) |
| Sets user data on this kit. More...
|
|
HPS.GridKit | UnsetUserData (IntPtr in_index) |
| Removes the user data at the given index from this kit. More...
|
|
HPS.GridKit | UnsetUserData (IntPtr[] in_indices) |
| Removes the user data at the given indices from this kit. More...
|
|
HPS.GridKit | UnsetAllUserData () |
| Removes all user data from this kit. More...
|
|
ulong | ShowUserDataCount () |
| Get the number of user data indices set on this kit. More...
|
|
bool | ShowUserDataIndices (out IntPtr[] out_indices) |
| Shows the indices of all user data set on this kit. More...
|
|
bool | ShowUserData (IntPtr in_index, out byte[] out_data) |
| Shows the user data at a given index for this kit. More...
|
|
bool | ShowUserData (out IntPtr[] out_indices, out byte[][] out_data) |
| Shows all user data for this kit. More...
|
|
IntPtr | GetClassID () |
|
| Object (HPS.Object in_that) |
| The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More...
|
|
HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
IntPtr | GetInstanceID () |
| Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More...
|
|
The GridKit class is a user space object. It is a kit analog to a GridKey.