←Select platform

ImageViewerItemPart Enumeration

Summary

Defines a part of an item in ImageViewer.

Syntax
C#
C++/CLI
public enum ImageViewerItemPart 
public enum class ImageViewerItemPart sealed 
Members

0

View

(0) Do not use a part of the item. Can be used with ImageViewer.GetItemBounds to mean the full bounds in view coordinates. Returned from ImageViewer.HitTestItemPart to mean the point is outside the item (in the view)

1

Item

(1) The item boundary. This is Content plus item margin, border and padding (ImageViewer.ItemMargin, ImageViewer.ItemBorderThickness and ImageViewer.ItemPadding respectively)

2

Content

(2) The content bounds. This is Item minus item margin, border and padding (ImageViewer.ItemMargin, ImageViewer.ItemBorderThickness and ImageViewer.ItemPadding respectively)

3

Image

(3) The image bounds. Inside Content and based on the image size (ImageViewerItem.ImageSize) and alignment (ImageViewerItem.ImageHorizontalAlignment and ImageViewerItem.ImageVerticalAlignment)

4

TextArea

(4) The area where the text is rendered. Actual size is based on font size and value of ImageViewerItem.Text

5

Text

(5) The text bounds, outside the content bounds

6

Floater

(6) The floater bounds. This could be outside the item boundary depending on ImageViewerItem.FloaterTransform

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.