Released: Oct 28, 2023
6.2.4 での更新項目
機能
- Synced version with other Document Solutions packages.
Released: Sep 29, 2023
6.2.3 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.
Released: Sep 14, 2023
6.2.2 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.
Released: Aug 18, 2023
6.2.1 での更新項目
不具合の修正
- Improved word wrapping behavior.
- TextAlignment.Distributed effect is incorrect.
Released: Aug 7, 2023
6.2.0 での更新項目
機能
GrapeCity Documents Image Viewer (GcImageViewer) adds new Paint and Text Tools.
Draw freehand content or add text effortlessly over images to add additional information to your images.
- Paint Tools
- Paint options
- Pencil - draw freehand strokes without anti-aliasing.
- Brush - draw freehand brush strokes with smooth edges and anti-aliasing.
- Clone Stamp - copy pixels from one area to another using a seamless painting technique.
- Eraser - erase part of the image.
- Settings
- Size settings button - the...
Released: Jul 12, 2023
6.1.5 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.
Released: Jun 20, 2023
6.1.4 での更新項目
機能
- Synced version with other GrapeCity.Documents packages.
Released: Jun 1, 2023
6.1.3 での更新項目
不具合の修正
- [TextLayout] Index out of range is thrown in some scenarios.
Released: May 10, 2023
6.1.2 での更新項目
機能
- Added Helper classes in the GrapeCity.Documents.Layout.Composition namespace to simplify drawing layouts on a GcGraphics.
- Added new classes:
- Surface - which represents a surface that can draw its views on a GcGraphics.
- Layer - which represents a drawing layer with visuals, optional clipping and nested layers.
- View (derived from Layer) - which represents a Layer with an associated LayoutView object and transformation.
- Space - which represents a space on a Layer with an associated LayoutRect...
Released: Apr 19, 2023
6.1.0 での更新項目
機能
- You can now use the Gaussian Blur effect to create a blur based on the Gaussian function over the entire input image or part of the image.
- Added IsBlackAndWhite and IsGrayscale in GcBitmap class. These methods make it faster to check whether the image consists of black and white pixels or just shades of gray.
- The IsBlackAndWhitemethod checks whether all image pixels are either opaque black or opaque white.
- The IsGrayscale method checks whether all pixels of GcBitmap are shades of gray, i.e...