←选择平台

FlipRegion方法

总结
翻转图像区域(从上到下)。
语法
c#
VB
objective - c
c++
Java
公共无效FlipRegion ()
公共FlipRegion ()
—(BOOL)flipRegion:(NSError **)错误
公共无效flipRegion ()
公共无效FlipRegion ();
例子
c#
VB
使用Leadtools;使用Leadtools.Codecs;使用Leadtools.ImageProcessing;使用Leadtools.ImageProcessing.Core;使用Leadtools.ImageProcessing.Color;使用Leadtools.Dicom;使用Leadtools.Drawing;使用Leadtools.Controls;使用Leadtools.Svg;公共无效FlipRegionExample (){RasterCodecs codecs =RasterCodecs ();字符串srcFileName = Path.Combine(LEAD_VARS.ImagesDir,“Image1.cmp”);字符串destFileName1 = Path.Combine(LEAD_VARS.ImagesDir,“Image1_OriginalRegion.bmp”);字符串destFileName2 = Path.Combine(LEAD_VARS.ImagesDir,“Image1_OffsetRegion.bmp”);字符串destFileName3 = Path.Combine(LEAD_VARS.ImagesDir,“Image1_FlipRegion.bmp”);字符串destFileName4 = Path.Combine(LEAD_VARS.ImagesDir,“Image1_ReverseRegion.bmp”);//加载图像RasterImage image = codecs.Load(srcFileName);//在图像的矩形区域内添加一个椭圆LeadRect rc =LeadRect(0,0, image。宽度/ 3,图像。身高/ 6);的形象。AddEllipseToRegion (, rc, RasterRegionCombineMode.Set);//克隆镜像,并对其运行镜像处理命令InvertCommand命令=InvertCommand ();RasterImage imageWithRegion = image.Clone();command.Run (imageWithRegion);编解码器。保存(imageWithRegion, destFileName1, RasterImageFormat.Bmp, 24);imageWithRegion.Dispose ();//偏移区域的形象。OffsetRegion(100年,50);imageWithRegion = image.Clone();command.Run (imageWithRegion);编解码器。保存(imageWithRegion, destFileName2, RasterImageFormat.Bmp, 24);imageWithRegion.Dispose ();//翻转区域image.FlipRegion ();imageWithRegion = image.Clone();command.Run (imageWithRegion);编解码器。保存(imageWithRegion, destFileName3, RasterImageFormat.Bmp, 24);imageWithRegion.Dispose ();//翻转区域image.ReverseRegion ();imageWithRegion = image.Clone();command.Run (imageWithRegion);编解码器。保存(imageWithRegion, destFileName4, RasterImageFormat.Bmp, 24);imageWithRegion.Dispose ();image.Dispose ();codecs.Dispose ();}静态LEAD_VARS{公共常量字符串ImagesDir =@“C: \ LEADTOOLS21 \ Resources \图片”}
进口Leadtools进口Leadtools。编解码器进口Leadtools。ImageProcessing进口Leadtools.ImageProcessing.Core进口Leadtools.ImageProcessing.Color进口Leadtools。控制进口Leadtools。Dicom进口Leadtools。画进口Leadtools.Svg公共FlipRegionExample ()昏暗的编解码器作为RasterCodecs =RasterCodecs ()昏暗的srcFileName作为字符串= Path.Combine (LEAD_VARS.ImagesDir“Image1.cmp”昏暗的destFileName1作为字符串= Path.Combine (LEAD_VARS.ImagesDir“Image1_OriginalRegion.bmp”昏暗的destFileName2作为字符串= Path.Combine (LEAD_VARS.ImagesDir“Image1_OffsetRegion.bmp”昏暗的destFileName3作为字符串= Path.Combine (LEAD_VARS.ImagesDir“Image1_FlipRegion.bmp”昏暗的destFileName4作为字符串= Path.Combine (LEAD_VARS.ImagesDir“Image1_ReverseRegion.bmp”载入图像昏暗的图像作为RasterImage = codecs.Load(srcFileName)'在图像的矩形区域内添加一个椭圆昏暗的钢筋混凝土作为LeadRect =LeadRect(0,0, image。宽度\ 3,图像。身高\ 6)的形象。AddEllipseToRegion (没有什么, rc, RasterRegionCombineMode。克隆此图像并在其上运行图像处理命令昏暗的命令作为InvertCommand =InvertCommand ()昏暗的imageWithRegion作为RasterImage = image.Clone()command.Run (imageWithRegion)编解码器。保存(imageWithRegion, destFileName1, RasterImageFormat.Bmp, 24)imageWithRegion.Dispose ()'偏移区域的形象。OffsetRegion(100年,50)imageWithRegion = image.Clone()command.Run (imageWithRegion)编解码器。保存(imageWithRegion, destfileame2, RasterImageFormat.Bmp, 24)imageWithRegion.Dispose ()翻转区域image.FlipRegion ()imageWithRegion = image.Clone()command.Run (imageWithRegion)编解码器。保存(imageWithRegion, destfileame3, RasterImageFormat.Bmp, 24)imageWithRegion.Dispose ()翻转区域image.ReverseRegion ()imageWithRegion = image.Clone()command.Run (imageWithRegion)编解码器。保存(imageWithRegion, destFileName4, RasterImageFormat.Bmp, 24)imageWithRegion.Dispose ()image.Dispose ()codecs.Dispose ()结束公共NotInheritableLEAD_VARS公共常量ImagesDir作为字符串=“C: \ LEADTOOLS21 \ Resources \图片”结束
需求

目标平台

另请参阅

参考

RasterImage类

RasterImage成员

Leadtools组装
188金宝搏的网址客服|支持|联系我们|知识产权公告
©1991 - 2021领德科技有限公司版权所有。