Unit 'Img32.SVG.Reader' Package
[Overview][Types][Classes][Index] [#pl_image32]

TDrawData

Declaration

Source position: Img32.SVG.Reader.pas line 36

type TDrawData = record

  currentColor: TColor32;

  

  fillColor: TColor32;

  

  fillOpacity: Double;

  

  fillRule: TFillRule;

  

  fillEl: UTF8String;

  

  strokeColor: TColor32;

  

  strokeOpacity: Double;

  

  strokeWidth: TValue;

  

  strokeCap: TEndStyle;

  

  strokeJoin: TJoinStyle;

  

  strokeMitLim: Double;

  

  strokeEl: UTF8String;

  

  dashArray: TArrayOfDouble;

  

  dashOffset: Double;

  

  fontInfo: TSVGFontInfo;

  

  markerStart: UTF8String;

  

  markerMiddle: UTF8String;

  

  markerEnd: UTF8String;

  

  filterElRef: UTF8String;

  

  maskElRef: UTF8String;

  

  clipElRef: UTF8String;

  

  opacity: Integer;

  

  matrix: TMatrixD;

  

  visible: Boolean;

  

  useEl: TSvgElement;

  

  bounds: TRectD;

  

end;



CT Web help

CodeTyphon Studio