Ramya,
I changed your code and when I try resize line, this function is not right. Below my code:
CustomViewSettings customViewSettingsStand = new CustomViewSettings()
{
IsResizable = true,
Angle = 90
};
Line customLine = new Line() {X1=100,Y1=0,X2=0,Y2=20,Stroke=Color.Red,StrokeThickness=3, WidthRequest=100,HeightRequest=20 };
imageeditor.AddCustomView(customLine, customViewSettingsStand);
So, the area between all resize point, I can move and resize. But, the image isn't resize.
Is possible create the line and after resized the image?
Tks