Table of Contents

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

DependencyProperty

InnerContentProperty

public static readonly DependencyProperty InnerContentProperty

Field Value

DependencyProperty

IsMaxScaledProperty

public static readonly DependencyProperty IsMaxScaledProperty

Field Value

DependencyProperty

IsMinScaledProperty

public static readonly DependencyProperty IsMinScaledProperty

Field Value

DependencyProperty

LocationProperty

public static readonly DependencyProperty LocationProperty

Field Value

DependencyProperty

MessageProperty

public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

NoticeMessagedRoutedEvent

public static readonly RoutedEvent NoticeMessagedRoutedEvent

Field Value

RoutedEvent

OperateTypeProperty

public static readonly DependencyProperty OperateTypeProperty

Field Value

DependencyProperty

RectangleShapesProperty

public static readonly DependencyProperty RectangleShapesProperty

Field Value

DependencyProperty

ScaleProperty

public static readonly DependencyProperty ScaleProperty

Field Value

DependencyProperty

Properties

ImageSource

当前图片资源

public ImageSource ImageSource { get; set; }

Property Value

ImageSource

InnerContent

嵌套在图片上的内容

public object InnerContent { get; set; }

Property Value

object

IsMaxScaled

是否放到最大

public bool IsMaxScaled { get; set; }

Property Value

bool

IsMinScaled

是否放到最小

public bool IsMinScaled { get; set; }

Property Value

bool

Location

public Rect Location { get; set; }

Property Value

Rect

MaxScale

设置最大放大倍数

public int MaxScale { get; set; }

Property Value

int

Message

交互消息

public string Message { get; set; }

Property Value

string

OperateType

[Browsable(false)]
public OperateType OperateType { get; set; }

Property Value

OperateType

RectangleShapes

public ObservableCollection<RectangleShape> RectangleShapes { get; set; }

Property Value

ObservableCollection<RectangleShape>

Scale

设置放大倍数

public double Scale { get; set; }

Property Value

double

WheelScale

滚轮放大倍数

public double WheelScale { get; set; }

Property Value

double

Methods

GetFullScale()

获取适应屏幕大小的范围

public double GetFullScale()

Returns

double

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

Event Type

RoutedEventHandler