.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Clip raster image by a boundary (polyline) Autocad .net C#

1 REPLY 1
Reply
Message 1 of 2
Anonymous
645 Views, 1 Reply

Clip raster image by a boundary (polyline) Autocad .net C#

Hi, 

 

I need to clip a raster image using a rectangle (boundary) the function must be in the following form, and the steps I need are in comments 

 

public static void ClippingRasterBoundary()
        {
            // Select a closed polyline that defines the clip boundary
        
            //get the object Id of the entity

            //open the selected entity
            

            // Select a raster image

            //get the object Id of the entity

            //open the selected entity

           
            // Set the clip boundary of the raster image

            
        }
Tags (1)
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

PNG Image.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report