Class ImageCore
- Namespace
- HeBianGu.Control.ImagePlayer
- Assembly
- HeBianGu.Control.ImagePlayer.dll
[TemplatePart(Name = "PART_CenterCanvas", Type = typeof(InkCanvas))]
[TemplatePart(Name = "PART_ImageCenter", Type = typeof(Image))]
[TemplatePart(Name = "PART_Grid_Mouse_Drag", Type = typeof(ContentControl))]
[TemplatePart(Name = "PART_ScrollView_Default", Type = typeof(ScrollViewer))]
[TemplatePart(Name = "PART_Grid_Mark", Type = typeof(Grid))]
[TemplatePart(Name = "PART_ViewBox_Default", Type = typeof(Viewbox))]
[TemplatePart(Name = "PART_Grid_Root", Type = typeof(Grid))]
[TemplatePart(Name = "PART_ContentControl_Mark", Type = typeof(ContentControl))]
[TemplatePart(Name = "PART_MarkCanvas_Mark", Type = typeof(MaskCanvas))]
[TemplatePart(Name = "PART_Grid_Popup", Type = typeof(Grid))]
[TemplatePart(Name = "PART_Canvas_BigBox", Type = typeof(Canvas))]
[TemplatePart(Name = "PART_Image_Big", Type = typeof(Image))]
[TemplatePart(Name = "PART_RectangleGeometry_Big", Type = typeof(RectangleGeometry))]
[TemplatePart(Name = "PART_Ecllipse_Move", Type = typeof(Ellipse))]
[TemplatePart(Name = "PART_Grid_All", Type = typeof(Grid))]
[TemplatePart(Name = "PART_DynamicShape_Draw", Type = typeof(DynamicShape))]
public class ImageCore : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
ImageCore
- Implements
- Inherited Members
- Extension Methods
Constructors
ImageCore()
public ImageCore()
Fields
ImageSourceProperty
public static readonly DependencyProperty ImageSourceProperty
Field Value
InnerContentProperty
public static readonly DependencyProperty InnerContentProperty
Field Value
IsMaxScaledProperty
public static readonly DependencyProperty IsMaxScaledProperty
Field Value
IsMinScaledProperty
public static readonly DependencyProperty IsMinScaledProperty
Field Value
LocationProperty
public static readonly DependencyProperty LocationProperty
Field Value
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
NoticeMessagedRoutedEvent
public static readonly RoutedEvent NoticeMessagedRoutedEvent
Field Value
OperateTypeProperty
public static readonly DependencyProperty OperateTypeProperty
Field Value
RectangleShapesProperty
public static readonly DependencyProperty RectangleShapesProperty
Field Value
ScaleProperty
public static readonly DependencyProperty ScaleProperty
Field Value
Properties
ImageSource
当前图片资源
public ImageSource ImageSource { get; set; }
Property Value
InnerContent
嵌套在图片上的内容
public object InnerContent { get; set; }
Property Value
IsMaxScaled
是否放到最大
public bool IsMaxScaled { get; set; }
Property Value
IsMinScaled
是否放到最小
public bool IsMinScaled { get; set; }
Property Value
Location
public Rect Location { get; set; }
Property Value
MaxScale
设置最大放大倍数
public int MaxScale { get; set; }
Property Value
Message
交互消息
public string Message { get; set; }
Property Value
OperateType
[Browsable(false)]
public OperateType OperateType { get; set; }
Property Value
RectangleShapes
public ObservableCollection<RectangleShape> RectangleShapes { get; set; }
Property Value
Scale
设置放大倍数
public double Scale { get; set; }
Property Value
WheelScale
滚轮放大倍数
public double WheelScale { get; set; }
Property Value
Methods
GetFullScale()
获取适应屏幕大小的范围
public double GetFullScale()
Returns
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
Events
NoticeMessaged
public event RoutedEventHandler NoticeMessaged