DXFReaderNETControlShowRubberBandEntities Method
|
Shows a rubber band for a list of entities.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic void ShowRubberBandEntities(
List<EntityObject> Entities,
Vector2? Position = null
)
Public Sub ShowRubberBandEntities (
Entities As List(Of EntityObject),
Optional Position As Vector2? = Nothing
)
public:
void ShowRubberBandEntities(
List<EntityObject^>^ Entities,
Nullable<Vector2> Position = nullptr
)
member ShowRubberBandEntities :
Entities : List<EntityObject> *
?Position : Nullable<Vector2>
(* Defaults:
let _Position = defaultArg Position null
*)
-> unit
METHOD ShowRubberBandEntities(
Entities AS List<EntityObject>,
Position AS Nullable<Vector2> := NULL
) AS VOID
Parameters
- Entities
- Type: System.Collections.GenericListEntityObject
The list of entities to show the rubber band for. - Position (Optional)
- Type: SystemNullableVector2
New position of entities.
See Also