Unit 'BCSVGViewer' Package
[Overview][Classes][Index] [#pl_bgracontrols]

TBCSVGViewer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: bcsvgviewer.pas line 20

type TBCSVGViewer = class(TCustomBGRAGraphicControl)

protected

  FSVG: TBGRASVG;

  

  procedure RedrawBitmapContent; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure LoadFromFile();

  

  procedure LoadFromResource();

  

  function GetSVGRectF;

  

  function GetSVGContainerRectF;

  

published

  property Align;

  

  property Anchors;

  

  property OnRedraw: TBGRARedrawEvent;

  

  property Bitmap: TBGRABitmap;

  

  property BorderSpacing;

  

  property Constraints;

  

  property SVG: TBGRASVG; [r]

  

  property SVGString: string; [rw]

  

  property DestDPI: single; [rw]

  

  property x: single; [rw]

  

  property y: single; [rw]

  

  property HorizAlign: TAlignment; [rw]

  

  property VertAlign: TTextLayout; [rw]

  

  property StretchMode: TBCStretchMode; [rw]

  

  property Proportional: Boolean; [rw]

  

  property DrawCheckers: Boolean; [rw]

  

  property UseSVGAlignment: Boolean; [rw]

  

  property Color;

  

  property ColorOpacity: Byte;

  

  property OnClick;

  

  property OnDblClick;

  

  property OnMouseDown;

  

  property OnMouseEnter;

  

  property OnMouseLeave;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnPaint;

  

  property OnResize;

  

  property Caption;

  

end;

Inheritance

TBCSVGViewer

  

|

TCustomBGRAGraphicControl

  

|

TBGRAGraphicCtrl

  

|

TObject



CT Web help

CodeTyphon Studio