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




In This Topic
    ImGearVectorEntityRaster Class
    In This Topic
    Represents a non-rectangular raster image.
    Object Model
    ImGearVectorEntityRaster ClassImGearVectorPoint3D StructureImGearVectorPoint3D StructureImGearVectorPoint3D StructureImGearVectorPoint3D Structure
    Syntax
    'Declaration
     
    Public Class ImGearVectorEntityRaster 
       Inherits ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityRaster
    public class ImGearVectorEntityRaster : ImGearVectorEntity 
    public __gc class ImGearVectorEntityRaster : public ImGearVectorEntity 
    public ref class ImGearVectorEntityRaster : public ImGearVectorEntity 
    Remarks
    Image shape is defined by four points - left top, left bottom, right bottom and right top.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorEntity
             ImageGear.Vector.ImGearVectorEntityRaster

    See Also