←选择平台

ColoredPencilExtendedCommandFlags枚举

总结
此枚举指定不同类型的着色方法。
语法
c#
VB
c++
公共枚举ColoredPencilExtendedCommandFlags
公共枚举ColoredPencilExtendedCommandFlags继承了系统。枚举实现了系统。IComparable、系统。IConvertible、系统。IFormattable
公共枚举ColoredPencilExtendedCommandFlags:公共系统。枚举, System.IComparable, System.IConvertible, System.IFormattable
成员
价值 成员 描述
1 艺术 使用艺术色彩,没有特定的方向主导整个图像。
2 定向 使用指定的方向值。
16 CombineOriginal 将生成的图像与原始图像结合。
例子
c#
VB
使用Leadtools;使用Leadtools.Codecs;使用Leadtools.ImageProcessing.SpecialEffects;//在图像上运行ColoredPencilExtendedCommand并应用彩色铅笔扩展过滤器。公共无效ColoredPencilExtendedCommandExample ()//加载图像RasterCodecs codecs =RasterCodecs ();编解码器。ThrowExceptionsOnInvalidImages =真正的RasterImage image = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir,@“ImageProcessingDemo \ NaturalFruits.jpg”));//准备命令ColoredPencilExtendedCommand命令=ColoredPencilExtendedCommand ();命令。Size = 5;命令。强度= 4;命令。阈值= 0;命令。铅笔粗糙度= 250;命令。StrokeLength = 15;命令。纸糙度= 100;命令。Flags = ColoredPencilExtendedCommandFlags.Artistic;command.Run(图片);编解码器。保存(形象,Path.Combine (LEAD_VARS.ImagesDir"ImageProcessingDemo\Result - ColoredPencilExtendedCommandCS.jpg"), RasterImageFormat.Jpeg, 24);静态LEAD_VARS公共常量字符串ImagesDir =@“C: \ LEADTOOLS21 \ Resources \图片”
进口Leadtools进口Leadtools。编解码器进口Leadtools.ImageProcessing.SpecialEffects在图片上运行ColoredPencilExtendedCommand并应用彩色铅笔扩展过滤器。公共ColoredPencilExtendedCommandExample ()昏暗的编解码器作为RasterCodecs ()编解码器。ThrowExceptionsOnInvalidImages =真正的昏暗的leadImage作为RasterImage = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir,“ImageProcessingDemo \ NaturalFruits.jpg”))准备命令昏暗的命令作为ColoredPencilExtendedCommand =ColoredPencilExtendedCommand命令。Size = 5命令。强度= 4命令。阈值= 0命令。PencilRoughness = 250命令。StrokeLength = 15命令。纸糙度= 100命令。Flags = ColoredPencilExtendedCommandFlags。艺术command.Run (leadImage)编解码器。保存(leadImage Path.Combine (LEAD_VARS.ImagesDir"ImageProcessingDemo\Result - coloredpencilextendedcommanddvb .jpg"), RasterImageFormat.Jpeg, 24)结束公共NotInheritableLEAD_VARS公共常量ImagesDir作为字符串“C: \ LEADTOOLS21 \ Resources \图片”结束
需求

目标平台

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