ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityInsertion Class
Members




In This Topic
    ImGearVectorEntityInsertion Class
    In This Topic
    Represents a transformation wrapper for the block.
    Object Model
    ImGearVectorEntityInsertion ClassImGearVectorEntity Class
    Syntax
    'Declaration
     
    Public Class ImGearVectorEntityInsertion 
       Inherits ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityInsertion
    public class ImGearVectorEntityInsertion : ImGearVectorEntity 
    public __gc class ImGearVectorEntityInsertion : public ImGearVectorEntity 
    public ref class ImGearVectorEntityInsertion : public ImGearVectorEntity 
    Remarks
    The block should be added to the other blocks using insertion. It is not recommended to add blocks to the entity container directly, as well as to change the transformation matrix of the block.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorEntity
             ImageGear.Vector.ImGearVectorEntityInsertion

    See Also